/** * Array buffer to string. * @param buf */ export declare function ab2str(buf: ArrayBuffer): any;