export interface ProxyCountryOption {
    name: string;
    value: string;
}
export declare const ProxyCountryList: ProxyCountryOption[];
