/** Vocabulary-derived bounds for ordinary (non-special) o200k_base encoding. * Tests validate these against every shipped token, so a vocabulary update * cannot silently turn the fast acceptance path into a byte-count heuristic. */ export declare const O200K_MAX_TOKEN_BYTES = 128; export declare const O200K_UNIFORM_ASCII_MAX_BYTES: ReadonlyMap; export declare function provesTokenBenefit(before: string, beforeBytes: number, afterBytes: number): boolean; //# sourceMappingURL=token-bounds.d.ts.map