import type { MemoryScopeKind, MemoryScopeRef } from './types.js'; export declare const PRIORITY_SCOPE_ORDER: MemoryScopeKind[]; export declare function sortScopesByPriority(scopes: MemoryScopeRef[]): MemoryScopeRef[]; export declare function getPrimaryScope(scopes: MemoryScopeRef[]): MemoryScopeRef | null; //# sourceMappingURL=scope-store.d.ts.map