export declare const identityRegex: {
    country: string;
    name: string;
    regex: RegExp;
}[];
