UNPKG

@light-merlin-dark/tok

Version:

Fast token estimation and cost calculation for enterprise LLMs with CLI and MCP support

12 lines 419 B
import { PriceTable } from '../../index'; export interface Config { prices?: Record<string, { prompt: number; completion: number; }>; } export declare function ensureConfigDir(): void; export declare function getConfig(): Config; export declare function saveConfig(config: Config): void; export declare function loadPricesIntoTable(prices: PriceTable): void; //# sourceMappingURL=config.d.ts.map