import type { ArtifactBundle } from "../io/artifacts.js"; import type { AuditResult } from "../types.js"; import type { RuntimeValidationReport } from "../types/runtimeValidation.js"; import { type ExternalAnalyzerResults } from "audit-tools/shared"; import type { ExecutorRunResult } from "./executorResult.js"; export declare function runResultIngestionExecutor(bundle: ArtifactBundle, results: AuditResult[]): ExecutorRunResult; export declare function runRuntimeValidationExecutor(bundle: ArtifactBundle, root: string): Promise; export declare function runRuntimeValidationUpdateExecutor(bundle: ArtifactBundle, updates: RuntimeValidationReport): ExecutorRunResult; export declare function runExternalAnalyzerImportExecutor(bundle: ArtifactBundle, externalResults: ExternalAnalyzerResults): ExecutorRunResult; //# sourceMappingURL=ingestionExecutors.d.ts.map