import type { ExtensionAPI } from "@earendil-works/pi-coding-agent"; export declare const RPC_SUBMISSION_PREFIX = "PI_WORKFLOWS_STEP_SUBMISSION "; /** * Loaded into headless `pi --mode rpc` children spawned by the standalone * host. The child has no workflow engine, so this bridge only registers the * `workflow` tool and reports every submission to the host over stderr; the * host validates against the engine and re-prompts on rejection. */ export default function piWorkflowsRpcBridge(pi: ExtensionAPI): void;