import { AuthDto } from '../../domain';
export declare class LoginCommand {
    readonly input: AuthDto;
    constructor(input: AuthDto);
}
