export interface GetCallingCodeTypes { code: string; format: string; flag: string; } export declare function getCallingCode(code: string): GetCallingCodeTypes;