import type { ExtensionCommandContext } from "@earendil-works/pi-coding-agent"; import type { ExtensionManagerController } from "../controller/index.js"; import type { ManagerAction, PaletteView } from "../types.js"; export declare function openManagerOverlay(ctx: ExtensionCommandContext, rootView: PaletteView): Promise; export declare function handleManagerAction(action: ManagerAction, controller: ExtensionManagerController, ctx: ExtensionCommandContext): Promise<"continue" | "done">; //# sourceMappingURL=actions.d.ts.map