import type { AgentDescriptor, AgentFetchStrategy } from "./agentDescriptorTypes.js"; /** * Checks whether a descriptor matches a lookup strategy. * Expects: descriptor is validated. */ export declare function agentDescriptorMatchesStrategy(descriptor: AgentDescriptor, strategy: AgentFetchStrategy): boolean; //# sourceMappingURL=agentDescriptorMatchesStrategy.d.ts.map