import type { ModelDescriptor, RateEntry } from './types.js'; export declare const RATES_VERSION = "2026-07-04"; type CatalogEntry = ModelDescriptor & { supportsTextCostEstimate: boolean; supportsTokenCounting: boolean; }; export declare const RATES: Record; export declare const MODELS: Record; export declare const KNOWN_MODELS: readonly string[]; export declare const MODEL_CATALOG: Record; export declare const KNOWN_CATALOG_MODELS: readonly string[]; export declare const getRate: (modelId: string) => RateEntry; export declare const getModel: (modelId: string) => ModelDescriptor; export declare const getCatalogModel: (modelId: string) => ModelDescriptor; export {}; //# sourceMappingURL=rates.d.ts.map