export declare const defaultCountriesData: string[][];
export declare function getCurrentCountry(): string[] | undefined;
