import type { InstanceRecord } from '../../types/cli'; /** Registry-tracked instances unioned with any JS server listening on a port * that the registry doesn't know about — so `absolute ps` shows orphans * (dead controllers, hand-run builds) the file registry alone would miss. */ export declare const discoverInstances: () => Promise;