export declare const getIsoDates: (isStrict?: boolean) => string[]; export declare const getIsoTimes: (isStrict?: boolean) => string[]; export declare function isDateString(value: string): boolean;