import type { GraphManifest, StalenessVerdict } from "./types.js"; export declare class GraphArtifactStore { private readonly projectRoot; private readonly graphDir; private readonly manifestPath; constructor(projectRoot: string, manifestRelPath?: string); ensureLayout(): Promise; readManifest(): Promise; writeManifest(m: GraphManifest): Promise; staleness(): Promise; private gitHeadSha; private filesNewerThan; } //# sourceMappingURL=artifact-store.d.ts.map