/** * This incantation deals with websocket sending the whole underlying buffer even if we just have a * uint8array view on it */ export declare const toArrayBuffer: (bytes: Uint8Array) => ArrayBuffer | SharedArrayBuffer; //# sourceMappingURL=toArrayBuffer.d.ts.map