UNPKG

@light-merlin-dark/tok

Version:

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

9 lines 299 B
import { TokenEstimator } from './TokenEstimator'; export declare class TiktokenEstimator implements TokenEstimator { private enc; private initialized; initialize(): Promise<void>; estimate(text: string): number; dispose(): void; } //# sourceMappingURL=TiktokenEstimator.d.ts.map