import type { ExtensionCommandContext } from "@earendil-works/pi-coding-agent"; export declare function runPhase3(cwd: string, bundleRoot: string, toolsRoot: string, ctx: ExtensionCommandContext): Promise<"ok" | "abort">;