export declare const isWeekendWithOptions: import("./types.js").FPFn2<
  boolean,
  import("../isWeekend.js").IsWeekendOptions | undefined,
  string | number | Date
>;
