import type { LibCrypto } from "../cryptography/libcrypto"; import type { BaseQueryApi } from "@reduxjs/toolkit/dist/query"; import type { IRTCDataChannel } from "../api/webrtc/interfaces"; export declare const enqueue: (data: Uint8Array, queue: Uint8Array[], seen: Set, draining: boolean, api: BaseQueryApi, roomId: string, peerId: string, channelLabel: string, merkleRootHex: string, extChannel: IRTCDataChannel | undefined, decrypted: Uint8Array | undefined, messageArray: Uint8Array | undefined, merkleRootArray: Uint8Array | undefined, senderPublicKeyArray: Uint8Array | undefined, receiverSecretKeyArray: Uint8Array | undefined, receiveMessageModule: LibCrypto) => void; //# sourceMappingURL=handleMessageQueueing.d.ts.map