import type { Tool } from "@mariozechner/pi-ai"; import type { ToolExecutionContext } from "@/types"; import type { ToolResolverApi } from "../toolResolver.js"; /** * Resolves tools visible for the current execution context. * Expects: context.ctx and context.agent are populated for descriptor-aware filtering. */ export declare function rlmToolsForContextResolve(toolResolver: ToolResolverApi, context: Pick): Tool[]; //# sourceMappingURL=rlmToolsForContextResolve.d.ts.map