import type { PlanResult } from "../internals/execute.js"; import type { PlanContext } from "../internals/plan.js"; export declare function executeSuperpowersCommand(ctx: PlanContext): Promise;