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