export declare const cts: {
    [key: string]: string;
};
export declare const stc: {
    [key: string]: string;
};
export declare const aa3phone: {
    [key: string]: {
        countryCode: number;
        mobile_begin_with?: number[];
        phone_number_lengths?: number[];
        flag: string;
        mask: string;
    };
};
