export interface SuggestOptions { fromReadme?: string; fromHelp?: string; fromSource?: string; adapter?: string; model?: string; showPrompt?: boolean; failOn?: string; output?: string; reportFormat?: string; logFile?: string; } export declare function runSuggest(options: SuggestOptions): Promise; //# sourceMappingURL=suggest.d.ts.map