/** @purpose Estimate approximate token count in text. */ export declare const countTokens: (text: string) => number;