export declare class CreateAuthenticationDto {
    email: string;
    mot_de_passe: string;
}
