import type { C1ProjectOverviewPayload, C1TaskFixturePayload } from "./model.js";
/**
 * Browser-safe serialized snapshot of Lane A's deterministic C1 read model.
 * A focused contract test compares this object with projectOverviewReadModel(...)
 * from @awp/application so drift fails the UI lane rather than silently forking.
 */
export declare const c1ProjectOverviewSnapshot: C1ProjectOverviewPayload;
/**
 * Exact serialized Lane A Task fixtures used only to expose dependency meaning
 * that the C1 Project Overview read model intentionally does not carry.
 */
export declare const c1TaskFixtureSnapshot: readonly C1TaskFixturePayload[];
//# sourceMappingURL=c1-snapshot.d.ts.map