export declare function normalizeTokenInput(value: unknown): string; /** * Lightweight local token estimate. It is intentionally deterministic and * dependency-free; USD reporting must label this as estimated unless a real * provider usage source is added later. */ export declare function countTokens(value: unknown): number;