export declare enum PhoneCoType { Landline = 0, Mobile = 1 } export declare const PhoneCoTypeRegExp: { [key in PhoneCoType]: RegExp; }; export declare class ColombyPhoneValidator { isValid(phone: string, phoneType?: PhoneCoType): boolean; } //# sourceMappingURL=colomby-phone.validator.d.ts.map