import type { Command } from "commander"; import type { GenerateOptions } from "../services/generate.js"; import type { CommandActionType } from "../types.js"; export declare const generate: CommandActionType<[ string | string[] | undefined, GenerateOptions ]>; export declare function generateCommand(program: Command): void; //# sourceMappingURL=generate.d.ts.map