export declare type LangInfo = { id: string; name: string; displayName: string; phone: string; email: string; defaultCountry: string; api: string; moment: string; jumio: string; nginx: string; countriesTranslations: string; phraseApp: string; translations: string; canonical: string; hreflang: string; iso: string; locations: string; dateFormat: string; dateFormatShort: string; dateFormatLong: string; dateFormatPlain: string; timeFormat: string; durationFormat: string; durationFormatShort: string; dimension: string; weight: string; latinInputs: boolean; currency: string; direction: string; flag: string; fontSubsets: string; firstNamePlaceholder: string; lastNamePlaceholder: string; addressPlaceholder: string; cityPlaceholder: string; zipCodePlaceholder: string; idNumberPlaceholder: string; companyVatPlaceholder: string; companyNamePlaceholder: string; distanceUnit: string; distanceUnitConversionRate: string; elevioLang: string; specialFont: string; decimalSeparator: string; thousandsSeparator: string; separateFourDigits: string; }; export declare type LangInfos = Record; export declare const langInfoDefault: LangInfo; export declare const fixDateFormat: (format: string) => string; export declare const fixTimeFormat: (format: string) => string; export declare const fixDurationFormat: (format: string) => string;