export declare const StringUtils: { byteSize: (str: string) => number; chunkByBytes: (str: string, maxBytes: number) => string[]; }; //# sourceMappingURL=string.d.ts.map