export declare const encryptForRoomKey: (roomKey: string, bytes: Uint8Array) => string; export declare const decryptForRoomKey: (roomKey: string, ciphertext: string) => Uint8Array;