export declare const nextSundayWithOptions: import("./types.js").FPFn2<
  Date,
  import("../nextSunday.js").NextSundayOptions<Date> | undefined,
  import("../fp.js").DateArg<Date>
>;
