import { type KeyScope } from '@localfirst/crdx'; import { type TeamState } from './types.js'; export declare const ALL = "ALL"; export declare const initialState: TeamState; export declare const TEAM_SCOPE: KeyScope; export declare const ADMIN_SCOPE: KeyScope; export declare const EPHEMERAL_SCOPE: KeyScope; //# sourceMappingURL=constants.d.ts.map