/** * A settled fact about a preview, as opposed to a check that could not finish. * * Task 217: only a fact may end a preview's process or mark it failed. A git * subprocess that timed out, a config read that failed under load, a port probe * that did not answer in time — those are stumbles, and a stumble must never * cost the user a running dev server. Git reporting that a branch is not in the * repository is a fact; git failing to run is not. */ export declare class PreviewFact extends Error { } //# sourceMappingURL=facts.d.ts.map