import type { AgentTool, AgentToolResult } from "@apholdings/jensen-agent-core"; import type { BackgroundJobRegistry } from "./registry.js"; /** Create the background-job tools bound to a durable registry. */ export declare function createJobTools(registry: BackgroundJobRegistry): AgentTool[]; export type { AgentToolResult }; //# sourceMappingURL=tools.d.ts.map