/** * method-catalog-cost.ts * * The cost.attribution.get + quota.fanout.get descriptors. A cost view over the * platform's existing LLM usage records (per agent/tool/hook/MCP/model/provider/ * session, cache-aware, 24h/7d windows) and a pre-fan-out quota-window warning * grounded in observed rate-limit signals. Both are ws-only invoke verbs (no * REST binding, so no gateway-rest-routes parity entry needed), registered from * the same composition root that wires ci/checkin (routes/register-gateway-verb- * groups.ts) over the runtime bus. Handlers: routes/cost.ts. */ import type { GatewayMethodDescriptor } from './method-catalog-shared.js'; export declare const builtinGatewayCostMethodDescriptors: readonly GatewayMethodDescriptor[]; //# sourceMappingURL=method-catalog-cost.d.ts.map