/** * Get length of string in bytes * @param str * @returns size in bytes */ export declare const byteSize: (str: string) => number;