export declare function parseDate(value: string): Date; export declare function isValidDateOrEpochOrDurationString(value: string): boolean;