export declare class CountryCode { allCountries: (string | number | string[])[][]; } export declare const Examples: any;