import { type KeyScope } from '@localfirst/crdx'; import { type Lockbox } from 'lockbox/index.js'; import { type TeamState } from 'team/types.js'; /** Returns all lockboxes *containing* keys for the given scope */ export declare const lockboxesInScope: (state: TeamState, scope: KeyScope) => Lockbox[]; //# sourceMappingURL=lockboxesInScope.d.ts.map