import { type ExtensionAPI } from "@earendil-works/pi-coding-agent"; /** * Runtime discovery remains a load-time filesystem snapshot. The only startup * network work is the bounded, marker-authorized update pass; the manager and * explicit commands own every other refresh. */ export default function filesystemPluginHostExtension(pi: ExtensionAPI): Promise;