/** * This function will return the byte size of any UTF-8 string you pass to it. */ export declare const byteCount: (s: string) => number; //# sourceMappingURL=byteCount.d.ts.map