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