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