export declare const endOfMonthWithOptions: import("./types.js").FPFn2<
  Date,
  import("../endOfMonth.js").EndOfMonthOptions<Date> | undefined,
  import("../fp.js").DateArg<Date>
>;
