export declare class LoginUserResponse {
    email: string;
    token: string;
    tokenTTL: string;
}
