import { type RouteEntry } from "./shared.js"; /** 04-actions §3 (block-actions design §B) — per-principal connected accounts. Subject scoping happens HERE: the wire passes exactly the resolved principal; no caller-supplied subject exists on this surface. */ export declare const connectionRoutes: RouteEntry[];