export declare function decrypt(ciphertext: Uint8Array | string | null, keyName: string): Promise<string>;
