import { Command } from "commander"; import type { CommandContext } from "../../types.js"; export declare function createCommandsCommand(context: CommandContext, getProgram: () => Command): Command; //# sourceMappingURL=index.d.ts.map