import type { IRTCDataChannel, IRTCPeerConnection } from "../api/webrtc/interfaces"; import type { LibCrypto } from "../cryptography/libcrypto"; import type { BaseQueryApi } from "@reduxjs/toolkit/query"; export declare const handleSendMessage: (data: string | File, api: BaseQueryApi, label: string, roomId: string, peerConnections: IRTCPeerConnection[], dataChannels: IRTCDataChannel[], encryptionModule: LibCrypto, merkleModule: LibCrypto, minChunks?: number, chunkSize?: number, percentageFilledChunk?: number, metadataSchemaVersion?: number) => Promise; //# sourceMappingURL=handleSendMessage.d.ts.map