import type { TokenUsage } from "./types.js"; export declare function estimateCostUsd(providerId: string, model: string, usage: TokenUsage): number | undefined; //# sourceMappingURL=cost.d.ts.map