/** * Cursor model catalog — single source of truth for the Cursor provider. * SDK-free: imports only from the types layer. See anthropic.models.ts for rationale. * * Cursor is used via the Cursor subscription (MCP sampling), so there is no * per-token pricing here — cost is covered by the subscription. */ import type { ProviderDescriptor } from '../../plugins/plugin-api.types.js'; export declare const CURSOR_DESCRIPTOR: ProviderDescriptor; //# sourceMappingURL=cursor.models.d.ts.map