import type { ModelInfo } from './types.js'; export declare class PricingService { #private; constructor(fallbackPrices?: Record>>); getPricing(provider: string, model: string): Promise; }