import { type KeysetWithSecrets, type KeyScope } from '@localfirst/crdx'; import { type TeamState } from 'team/types.js'; /** * Returns a keyring containing all generations of keys for the given scope. */ export declare const keyring: (state: TeamState, scope: KeyScope, keys: KeysetWithSecrets) => import("@localfirst/crdx").Keyring; //# sourceMappingURL=keyring.d.ts.map