import type { AgentDescriptor } from "@/types"; type AgentToolExecutionAllowlistResolveOptions = { rlmEnabled: boolean; }; /** * Resolves per-agent execution allowlists used by ToolResolver.execute guards. * Expects: descriptor is validated; rlmEnabled reflects runtime feature configuration. */ export declare function agentToolExecutionAllowlistResolve(descriptor: AgentDescriptor, options: AgentToolExecutionAllowlistResolveOptions): ReadonlySet | undefined; export {}; //# sourceMappingURL=agentToolExecutionAllowlistResolve.d.ts.map