import type { CommandContext, LogoutResult } from './types'; export declare const logout: (ctx: CommandContext) => Promise; //# sourceMappingURL=logout.d.ts.map