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