/** * Token estimation utility. * Uses the simple heuristic of 4 characters per token (spec section 10.4). */ export declare function estimateTokens(text: string): number; //# sourceMappingURL=tokens.d.ts.map