import type { KyroScopeEntry } from '../types'; /** A valid sprint whose declared scope matches its directory is the registry entry. */ export declare function scopeEntryFromDisk(id: string): KyroScopeEntry | null; export declare function scopeEntriesFromDisk(): KyroScopeEntry[]; //# sourceMappingURL=scope-entries.d.ts.map