export interface FixtureProbeResult { reportPath: string; reportSha256: string; passed: boolean; } export declare function runStructuredFixtureProbe(projectRoot?: string): Promise; //# sourceMappingURL=fixture-probe.d.ts.map