/** * Discovery Orchestrator * * Top-level scan that combines binary scanning, skill scanning, * and computes a summary of the system state. */ import type { DiscoveryOptions, DiscoveryResult } from '@agenshield/ipc'; /** * Run a full discovery scan: binaries, skills, and summary */ export declare function scanDiscovery(options: DiscoveryOptions): DiscoveryResult; //# sourceMappingURL=scanner.d.ts.map