export declare function dateToStringOrThrow(value: Date): string; export declare function dateFromStringOrThrow(value: string): Date; export declare function expDateFromStringOrThrow(value: string): Date;