export declare function byteLength(str: string | { toString(): string; [x: string]: any; }): number;