export declare const nextSaturdayWithOptions: import("./types.js").FPFn2<
  Date,
  import("../nextSaturday.js").NextSaturdayOptions<Date> | undefined,
  import("../fp.js").DateArg<Date>
>;
