/** * Google (Gemini) model catalog — single source of truth for the Google 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 GOOGLE_DESCRIPTOR: ProviderDescriptor; //# sourceMappingURL=google.models.d.ts.map