export declare type Locale = {
    country: string;
    lang: string;
};
