import type { Command } from 'commander'; import type { Commands } from '../types'; export declare function withProgram(program: Command, _command: CType, fn: (program: Command) => void): () => Promise; //# sourceMappingURL=withProgram.d.ts.map