export declare class SigninRequestDto { email: string; clientMasterHash: string; constructor(email: string, clientMasterHash: string); }