export declare class DeleteUserDto {
    username: string;
    password: string;
}
