export declare class CreateUserDTO {
    username: string;
    email: string;
    password: string;
}
