import { ValidatorConstraintInterface } from 'class-validator';
export declare class AngolanPhoneValidator implements ValidatorConstraintInterface {
    validate(phone: string): boolean;
    defaultMessage(): string;
}
