export declare const CountryIdNumberPatterns: {
    BR: RegExp;
    CA: RegExp;
    HR: RegExp;
    DK: RegExp;
    IT: RegExp;
    PL: RegExp;
    RO: RegExp;
    SG: RegExp;
    ES: {
        dni: RegExp;
        nie: RegExp;
    };
    SE: RegExp;
    US: {
        ssn: RegExp;
        ssnLastFour: RegExp;
    };
};
