export declare const getDaysInMonthWithOptions: import("./types.js").FPFn2<
  number,
  import("../getDaysInMonth.js").GetDaysInMonthOptions | undefined,
  string | number | Date
>;
