import { zeniStrings } from './strings'; export declare const toSupportedLocaleStrict: (v: string) => "en-US" | "en-IN" | "en" | undefined; export type SupportedLocale = Exclude, undefined>; export type ZeniStrings = Readonly; declare const localizedStringsMap: Record; export default localizedStringsMap;