import { type KeyMetadata, type KeyScope, type KeysetWithSecrets } from '@localfirst/crdx'; import { type TeamState } from 'team/types.js'; /** Returns the keys for the given scope, if they are in a lockbox that the current device has access to */ export declare const keys: (state: TeamState, deviceKeys: KeysetWithSecrets, scope: KeyScope | KeyMetadata) => KeysetWithSecrets; //# sourceMappingURL=keys.d.ts.map