export declare const COUNTRY_PATTERN: {
    fetchCountryDropdown: string;
    fetchCountryPhoneCodeDropdown: string;
};
export declare const STATE_PATTERN: {
    fetchStateDropdown: string;
};
export declare const CITY_PATTERN: {
    fetchCityDropdown: string;
};
