export declare const getCountries: () => any; export declare const getCountry: (arg: string) => any; export declare const getFilteredCountries: (args: any) => any[]; export declare const getStates: (countryCode: string) => any;