import type { ShowcaseSpec } from "./showcase-spec-types.js"; export interface EvidenceValidationContext { readonly artifactRoot?: string; readonly projectDir?: string; } export declare function compileEvidenceBlockers(spec: ShowcaseSpec, context?: EvidenceValidationContext): readonly string[]; //# sourceMappingURL=showcase-spec-evidence.d.ts.map