import { CostTable } from '../types/index.js'; export declare const OPENAI_COSTS: CostTable; export declare const ANTHROPIC_COSTS: CostTable; export declare const GEMINI_COSTS: CostTable; //# sourceMappingURL=costs.d.ts.map