/** * Catalog lookup helpers. * * @experimental This API is unstable and may change without notice. */ import { type AgentId } from "./catalog.js"; import type { Agent } from "./schema.js"; /** @experimental This API is unstable and may change without notice. */ export declare const agentById: (id: AgentId) => Agent; //# sourceMappingURL=lookup.d.ts.map