import type { CliContext } from "../../lib/context"; export interface GenerateOptions { out?: string; jsonSchema?: boolean; spec?: boolean; export?: string; promptOptions?: string; interactive: boolean; } export declare function runGenerate(entry: string, options: Omit, ctx: CliContext): Promise; //# sourceMappingURL=run.d.ts.map