export declare class SigninDto { email: string; password: string; }