export interface ExecResult { exitCode: number; stdout: string; stderr: string; } export declare function cliContractsInit(executable: string, options?: Partial): Promise; export declare function cliContractsValidate(executable: string, options?: Partial): Promise; export declare function cliContractsResolve(executable: string, options?: Partial): Promise; export declare function cliContractsGenerate(executable: string, args: import("./types.js").GenerateArgs, options?: Partial): Promise; export declare function cliContractsDocs(executable: string, options?: Partial): Promise; export declare function cliContractsTest(executable: string, options?: Partial): Promise; export declare function cliContractsDiff(executable: string, args: import("./types.js").DiffArgs, options?: Partial): Promise; export declare function cliContractsProposeAgentPolicy(executable: string, args: import("./types.js").ProposeAgentPolicyArgs, options?: Partial): Promise; export declare function cliContractsAudit(executable: string, args: import("./types.js").AuditArgs, options?: Partial): Promise; export declare function cliContractsExtract(executable: string, args: import("./types.js").ExtractArgs, options?: Partial): Promise; export declare function cliContractsProposeTests(executable: string, args: import("./types.js").ProposeTestsArgs, options?: Partial): Promise; export declare function cliContractsExplainDiff(executable: string, args: import("./types.js").ExplainDiffArgs, options?: Partial): Promise; export declare function cliContractsCheckReference(executable: string, args: import("./types.js").CheckReferenceArgs, options?: Partial): Promise; export declare function cliContractsSuggest(executable: string, options?: Partial): Promise; export declare function cliContractsBundle(executable: string, options?: Partial): Promise; export declare function cliContractsAgents(executable: string, options?: Partial): Promise; //# sourceMappingURL=commands.d.ts.map