import { type KeysetWithSecrets } from '@localfirst/crdx'; import { type Lockbox } from 'lockbox/types.js'; export declare const open: (lockbox: Lockbox, decryptionKeys: KeysetWithSecrets) => KeysetWithSecrets; //# sourceMappingURL=open.d.ts.map