import type { ExportArtifactSet, PublishTarget } from '../src/export'; /** * Minimal `PublishTarget` for unit testing the core pipeline. * * Implements the same "slugified, markdown-link-rewriting, file-asset" * defaults that the historical (pre-target-interface) pipeline produced * — so existing core tests don't need to change their assertions when * they switch from `buildSite(config)` to `buildSite(config, testTarget())`. */ export declare const testExportTarget: (options?: { onEmit?: (artifactSet: ExportArtifactSet) => void; }) => PublishTarget; //# sourceMappingURL=test-export-target.d.ts.map