export declare class CreateClientDto {
    name: string;
    phone_number?: string;
    email?: string;
    status?: number;
}
