/** * Discovery specification for the unified harness adapter. * * Registered in KNOWN_HARNESSES with the LOWEST priority so that it is * tried last during both installed-discovery and caller-detection. * The CLI dependency (`a5c-hooks-adapter`) is optional — the adapter * degrades gracefully when it is not installed. */ import { type HarnessSpec } from "../types"; export declare const UNIFIED_DISCOVERY_SPEC: HarnessSpec; //# sourceMappingURL=discovery.d.ts.map