export declare function str2ab(str: string): Uint8Array; export declare function ab2str(buf: ArrayBuffer): any;