/** * Primary AI surface — endpoints that real AI agents and OpenAI-compatible * clients actually call. Union of footprints across surveyed clients * (OpenClaw is one such example; this set is intended to grow as additional * clients are folded in). * * Distinct from the spec-derived "primary-ai" category, which marks the whole * inference surface regardless of demonstrated client demand. */ export declare const CONSUMER_PRIMARY_ENDPOINTS: Set; //# sourceMappingURL=primary.d.ts.map