import type { LibCrypto } from "../cryptography/libcrypto"; export declare const handleReceiveMessage: (decrypted: Uint8Array, messageArray: Uint8Array, merkleRootArray: Uint8Array, senderPublicKeyArray: Uint8Array, receiverSecretKeyArray: Uint8Array, module: LibCrypto) => Promise<{ date: Date; chunkSize: number; chunkIndex: number; receivedFullSize: boolean; chunkAlreadyExists: boolean; totalSize: number; messageType: number; filename: string; chunkHash: Uint8Array; messageHash: Uint8Array; }>; //# sourceMappingURL=handleReceiveMessage.d.ts.map