import type { SuggestedAction } from "@agentxm/registry-protocol/unstable/suggested-action"; import * as Effect from "effect/Effect"; export declare const emitNoOpOutcome: (command: TCommand, args: { readonly planName: string; readonly planDescription?: string; readonly message: string; readonly suggestions?: ReadonlyArray; readonly withoutSuggestions?: boolean; }) => Effect.Effect<{ outcome: "blocked" | "failed" | "cancelled" | "interrupted" | "previewed" | "applied" | "no-op" | "partial"; exitCode: number; emitted: boolean; }, never, import("../../cli-flags/verbosity.ts").Verbosity | import("../../screen/screen.ts").Screen>; //# sourceMappingURL=no-op-output.d.ts.map