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