export declare const REGIONLESS_DIAL_CODES: Set<string>;
export declare const hasRegionlessDialCode: (number: string) => boolean;
