import { TimeFormatType } from 'cleave-zen/dist/time/types'; export declare function getHour12(language: string): boolean; export declare function getLocale(language: string): { [key: string]: string; } & { timeFormat: TimeFormatType; }; export declare function formatIso(date: Date): string;