import type { ArtifactBundle } from "../io/artifacts.js"; import type { ExecutorRunResult } from "./executorResult.js"; /** Detect signals that the resolved audit root may be the wrong directory. */ export declare function detectMisScopeSmells(root: string): string[]; export declare function runIntakeExecutor(bundle: ArtifactBundle, root: string, artifactsDir?: string): Promise; //# sourceMappingURL=intakeExecutors.d.ts.map