import type { ExportManifest } from "../backend/types.js"; export declare function exportArtifactsFromDir(opts: { workspaceDir: string; targetDir: string; include: string[]; exclude?: string[]; }): Promise; //# sourceMappingURL=artifact-export.d.ts.map