import { type RouteEntry } from "./shared.js"; /** 07-automations / 09 §3 — the /automations wire area, one route per verb on `vendo.automations`. Deliberately NO create: the one create operation is internal, and the four authoring doors (`vendo_automate`, `vendo_make`'s sugar, the vendo.json fold-in, `agent.on`) are the way in. */ export declare const automationRoutes: RouteEntry[]; /** 07-automations / 09 §3 — the /runs wire area, over the ONE run ledger: owner, agent and console views are all filters here. */ export declare const runRoutes: RouteEntry[];