import { type Keyset, type KeysetWithSecrets } from '@localfirst/crdx'; import { type KeyManifest, type Lockbox } from 'lockbox/types.js'; /** Creates a new lockbox that can be opened using the recipient's private key. */ export declare const create: (contents: KeysetWithSecrets, recipientKeys: KeysetWithSecrets | Keyset | KeyManifest) => Lockbox; //# sourceMappingURL=create.d.ts.map