export declare const nextThursdayWithOptions: import("./types.js").FPFn2<
  Date,
  import("../nextThursday.js").NextThursdayOptions<Date> | undefined,
  import("../fp.js").DateArg<Date>
>;
