/** * Generate command - create JSON Schema and TypeScript types */ export declare const generateCommand: import("cli-forge").CLI<{ unmatched: string[]; '--'?: string[]; } & { output: string; }, Promise, {}, undefined>; //# sourceMappingURL=generate.d.ts.map