UNPKG

@light-merlin-dark/tok

Version:

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

8 lines 471 B
import { CommandSpec } from '../shared/core'; import estimateCommand from './estimate'; import { priceListCommand, priceSetCommand } from './price'; import { trackSummaryCommand, trackResetCommand } from './track'; import configCommand from './config'; export declare const commands: Record<string, CommandSpec<any>>; export { estimateCommand, priceListCommand, priceSetCommand, trackSummaryCommand, trackResetCommand, configCommand }; //# sourceMappingURL=index.d.ts.map