import type { SlashCommandContext } from './types.js'; export declare function handleLoginCommand(ctx: SlashCommandContext, mode: 'login' | 'logout'): Promise; //# sourceMappingURL=login.d.ts.map