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