/** * Rendering for whole-extension Registry visibility. Intent resolution, the * revision precondition, the authority kind, and human verification belong to * `@agentxm/workspace/publishing`; this module parses inputs and renders. */ import * as Effect from "effect/Effect"; import { Screen } from "../../screen/index.js"; import { HumanVerificationOptions } from "../../cli-flags/index.js"; export declare const handleVisibilityStatus: (target: string) => Effect.Effect; export declare const handleVisibilitySet: (target: string, visibility: "public" | "private") => Effect.Effect; export declare const handleVisibilityReconcile: (target: string) => Effect.Effect; //# sourceMappingURL=handler.d.ts.map