export declare class PhoneDto {
    number: string;
    country_code: string;
}
