UNPKG

claude-usage-tracker

Version:

Advanced analytics for Claude Code usage with cost optimization, conversation length analysis, and rate limit tracking

9 lines 519 B
import { getRateLimits } from "./config-loader.js"; export declare const CLAUDE_DATA_PATHS: string[]; export declare const MODEL_PRICING: any; export declare const BATCH_API_DISCOUNT: number; export declare const RATE_LIMITS: any; export type PlanType = keyof ReturnType<typeof getRateLimits>; export declare const TOKENS_PER_HOUR_ESTIMATES: any; export { loadConfig, getModelPricing, getRateLimits, getTokenEstimates, getDataPaths, getBatchApiDiscount, } from "./config-loader.js"; //# sourceMappingURL=config.d.ts.map