import type { VendoComposition } from "./compose-context.js"; /** 04-actions §1 — the registry, the gate, and the guard binding. */ export declare const composeActions: (composition: VendoComposition) => Pick;