import type { MakeCommands } from '../types'; import type { Command } from 'commander'; declare const _default: (program: Command, context: MakeCommands) => void; export default _default; //# sourceMappingURL=bootstrap.d.ts.map