export declare function isValidCountryCode(inputString: string | undefined): boolean;
