/** * /aft-status — show AFT status (version, indexes, LSP, storage). * * Interactive mode opens a custom overlay dialog (see ./dialogs/status-dialog * for the Component implementation). The dialog refreshes every 1.5s so * index status transitions surface live. Non-UI mode (print / RPC) falls * back to a notification with a plain-text snapshot. */ import type { ExtensionAPI } from "@earendil-works/pi-coding-agent"; import type { PluginContext } from "../types.js"; export declare function registerStatusCommand(pi: ExtensionAPI, ctx: PluginContext): void; //# sourceMappingURL=aft-status.d.ts.map