UNPKG

204 BTypeScriptView Raw
1import type { EncryptedJsonEncoding } from './types.js';
2export declare function jsonDecryptData(encrypted?: Uint8Array | null, passphrase?: string | null, encType?: EncryptedJsonEncoding[]): Uint8Array;