export declare class CreateGlobalUserDto {
    email: string;
    password: string;
    tenantId: string;
}
