import { type RouteEntry } from "./shared.js"; /** 05-guard / 09 §3 — the approvals wire area. Org-scoped approvals (`?org=` / body `org`) were a Vendo Cloud capability (block-actions design §C); orgs are cut from OSS (kill-list A5), so a request carrying an org param here now gets the same cloud-required error the /orgs routes answer, rather than silently ignoring it. */ export declare const approvalRoutes: RouteEntry[]; /** Same cloud-required `?org=` scoping as approvals: standing grants scoping to an org is a Vendo Cloud capability. */ export declare const grantRoutes: RouteEntry[];