export declare class UpdateProfileDto {
    email: string;
    phone: string;
    company_name?: string;
    address?: string;
}
