export interface ProposeTestsOptions { file?: string; adapter?: string; model?: string; showPrompt?: boolean; failOn?: string; output?: string; reportFormat?: string; logFile?: string; } export declare function runProposeTests(contractFiles: string[], options: ProposeTestsOptions): Promise; //# sourceMappingURL=propose-tests.d.ts.map