import type { ProjectRunState } from './types.js'; export declare function readProjectRunState(root: string, slug: string, options?: { reviewState?: 'missing' | 'current' | 'stale'; }): Promise; //# sourceMappingURL=read.d.ts.map