import type { MemoryEngine } from "../../core/contracts"; import type { ToolDefinition } from "../../types"; export declare function createOpenCodeTools(engine: MemoryEngine): Record; //# sourceMappingURL=tools.d.ts.map