export declare const utf8LenNode: ((string: string) => number) | null; export declare function utf8LenCompute(string: string): number; //# sourceMappingURL=utf8-len.d.ts.map