import type { MakeCommands } from './types';
import { Command } from 'commander';
export default function makeCommands(context: MakeCommands): Command;
//# sourceMappingURL=make-commands.d.ts.map