import { type KeyScope } from '@localfirst/crdx'; export declare const scopesMatch: (a: KeyScope, b: KeyScope) => boolean; export declare const assertScopesMatch: (a: KeyScope, b: KeyScope) => void; //# sourceMappingURL=scopesMatch.d.ts.map