export declare const isBefore: (d1: string | number | Date, d2: string | number | Date) => boolean; export declare const isBeforeOrEqual: (d1: string | number | Date, d2: string | number | Date) => boolean;