import type { CortexStore, SessionRow } from '../db/store.js'; export interface PreferredScope { session: SessionRow; scopeKey: string | null; scopeType: string; scopeLabel: string; } export declare function getPreferredScope(store: CortexStore): PreferredScope | undefined; //# sourceMappingURL=scope.d.ts.map