import type { ArtifactsConfig } from "../eval/types.js"; /** * Build a predicate over relative POSIX workspace paths: a path is kept iff some * `include` pattern matches AND no `exclude` pattern matches. Mirrors the * include/exclude semantics used by artifact egress. */ export declare function createWorkspaceMatcher(config: ArtifactsConfig): (relativePosixPath: string) => boolean; //# sourceMappingURL=artifact-matcher.d.ts.map