/** * Gob Extension * * Manages gob background jobs from within pi. * Connects to the gob daemon via Unix socket for real-time job monitoring. * Emits powerbar:update events with segment id "gob" showing running jobs. * Use /gob to view and interact with running and stopped jobs. */ import type { ExtensionAPI } from "@earendil-works/pi-coding-agent"; export default function (pi: ExtensionAPI): void; //# sourceMappingURL=index.d.ts.map