export interface GenerateOptions { repo: string; output?: string; provider?: string; model?: string; theme?: string; diagram?: boolean; badges?: boolean; apiDocs?: boolean; interactive?: boolean; action?: boolean; overwrite?: boolean; dryRun?: boolean; context?: string; } export declare function runGenerate(opts: GenerateOptions): Promise; //# sourceMappingURL=generate.d.ts.map