export declare function parseDate(date: string | number | Date, format: string): Date | undefined;
export declare function isValidDate(date?: Date): boolean;
export declare function normalizeLocaleId(localeId: string): string;
