/** * Calculate the number of token from the number of characters. */ export declare function charsToTokens(characters: number): number; /** * Calculate the number of characters from the number of tokens. */ export declare function tokensToChars(tokens: number): number; //# sourceMappingURL=utils.d.ts.map