import { type KeyScope } from '@localfirst/crdx'; import { type TeamState } from 'team/types.js'; export declare const visibleScopes: (state: TeamState, { type, name }: KeyScope) => KeyScope[]; //# sourceMappingURL=visibleScopes.d.ts.map