import type { BaselineCatalog } from "../baseline-evidence/catalog.js"; import type { EccInstallPreviewArtifact } from "./install-preview.js"; export declare function validateEccInstallPreviewArtifact(eccRoot: string, catalog: BaselineCatalog, artifact: EccInstallPreviewArtifact): void;