/** * Remote Execution — embedded protocol runner (2.14.0). * * A dependency-free Node program materialised onto the remote target and * executed there. It wraps the real remote child (the Jensen CLI) and frames * all output as JSONL protocol frames, so child stdout/stderr can never corrupt * the control channel. It is deliberately NOT an agent and NOT a scheduler: it * reports observations; the Bucephalus control plane remains authoritative. * * Kept as a line-joined source string (no template literal / escape ambiguity) * so it can be shipped inside a materialisation envelope without file-system * path resolution. */ export declare const REMOTE_RUNNER_SOURCE: string; //# sourceMappingURL=remote-runner-source.d.ts.map