import { CountryCodeModel } from '../component/model/models';
export declare class CountryCodeService {
private countryCodeModel;
private loadCountryCodes();
reloadCountryCodes(): Promise<CountryCodeModel[]>;
getCountryCodes(): Promise<CountryCodeModel[]>;
}