export declare const isLeapYearWithOptions: import("./types.ts").FPFn2< boolean, import("../isLeapYear.ts").IsLeapYearOptions | undefined, string | number | Date >;