import type { PortkeyPricingResponse } from './types.js'; export declare function fetchPricing(provider: string, model: string): Promise;