import { type RouteEntry } from "./shared.js"; /** 06-apps / 09 §3 — the /apps wire area: CRUD, open/call/edit, history, seed drift/re-seed, the ✦ gesture (seed), export/import, fork (whole-app copy — a different feature from seeding). */ export declare const appRoutes: RouteEntry[];