export declare function decrypt(buf: Uint8Array, key: any): Uint8Array;
