UNPKG

164 BTypeScriptView Raw
1import type { EncryptedJson } from './types.js';
2export declare function jsonDecrypt({ encoded, encoding }: EncryptedJson, passphrase?: string | null): Uint8Array;