import { CountryNames } from './types';
export declare const countryNames: CountryNames;
export declare const getCountries: () => {
    code: string;
    name: string;
}[];
export declare const findKeysByCode: (code?: string) => string[];
//# sourceMappingURL=country-names.d.ts.map