/** * Moonshot (Kimi) model catalog — single source of truth for the Moonshot provider. * SDK-free: imports only from the types layer. See anthropic.models.ts for rationale. */ import type { ProviderDescriptor } from '../../plugins/plugin-api.types.js'; export declare const MOONSHOT_DESCRIPTOR: ProviderDescriptor; //# sourceMappingURL=moonshot.models.d.ts.map