export declare class CreateUserDto {
    role: string;
    businessId: string;
    password: string;
    email: string;
}
