export declare function encrypt(key: Uint8Array, plaintext: Uint8Array): Uint8Array; export declare function decrypt(key: Uint8Array, blob: Uint8Array): Uint8Array | null;