/** * Record cost for an API request */ export declare function recordCost(request: Request): Promise; /** * Get cost analysis for a period */ export declare function getCostAnalysis(request: Request): Promise; /** * Get cost breakdown by provider and model */ export declare function getCostBreakdown(request: Request): Promise; /** * Get recent cost entries */ export declare function getRecentCosts(request: Request): Promise; /** * Add custom pricing for provider/model */ export declare function addPricing(request: Request): Promise; /** * Get all configured pricing */ export declare function getPricing(request: Request): Promise; //# sourceMappingURL=cost.d.ts.map