import * as Layer from "effect/Layer"; import * as Effect from "effect/Effect"; import type { UpgradeExecutionObserverService } from "@agentxm/cli-maintenance/self-update/application"; /** CLI labels, progress timing, and command identities live for one composed invocation. */ export declare const makeCliUpgradeExecutionObserver: () => Effect.Effect; /** The CLI selects and owns the observer for one composed invocation. */ export declare const CliUpgradeObservationLive: Layer.Layer; //# sourceMappingURL=upgrade-observation.d.ts.map