import type { CommandContext, CommandHandler } from "./types.js"; export declare class LoginCommandHandler implements CommandHandler { tryHandle(context: CommandContext): Promise; } //# sourceMappingURL=login.d.ts.map