export {
  uni080RuntimeReferenceDetector,
  uni081ArtifactClosureDetector,
  uni083InventoryProvenanceDetector,
} from "./detectors.js";

import {
  uni080RuntimeReferenceDetector,
  uni081ArtifactClosureDetector,
  uni083InventoryProvenanceDetector,
} from "./detectors.js";

export const closureDetectors = [
  uni080RuntimeReferenceDetector,
  uni081ArtifactClosureDetector,
  uni083InventoryProvenanceDetector,
];

export { CLOSURE_CAPABILITY } from "./types.js";
export type { ClosureBlockingEvidence } from "./evidence.js";
