export declare const isLeapYear: import("./types.js").FPFn1<
  boolean,
  string | number | Date
>;