export declare class CostCalculator {
    static cost(tokens: number, dollarsPerMillion: number): number;
    static formatCost(cost: number): string;
    static tokensPerDollar(dollarsPerMillion: number): number;
}
//# sourceMappingURL=CostCalculator.d.ts.map