import type { OutputFormat } from "../lib/format.js"; export declare function genCommand(args: string[], cwd: string, fmt?: OutputFormat): Promise; //# sourceMappingURL=gen.d.ts.map