/** * CommandOutcome shape — the three outcome flavours construct and serialize. * * The contract is "one outer schema for every result and error". The load-bearing * checks: a run outcome nests the UNCHANGED envelope under `.envelope`; a * command-result outcome uses `.data`; a bootstrap/error outcome carries neither * payload, only `errors` (+ diagnostics). All three JSON round-trip. */ export {}; //# sourceMappingURL=command-outcome.test.d.ts.map