import { type DeferredReportEffect } from '../../bootstrap/report-open-policy.js'; /** * Plan the suite's one host-owned report effect without performing I/O. * * The nested evidence owner executes this effect only after its complete * parent/child bundle commits. Audit is always bound to the exact preallocated * parent Run identity; it never falls back to "latest". */ export declare function planSuiteReportEffect(input: { readonly name: string; readonly runId: string; readonly opts: Readonly>; }): DeferredReportEffect | undefined; //# sourceMappingURL=open-suite-report.d.ts.map