export declare const isLeapYearBuilder: (interval: number, hasYear0?: boolean) => (year: number) => boolean;
