import type { Env, Hono } from "hono"; import { type AdminAssetServer } from "@aotter/mantle-admin"; import type { MantleRuntimeRef } from "./bootRuntimeOnce.js"; /** Bind Cloudflare request context to the portable Admin mount. */ export declare function mountAdmin(app: Hono, ref: MantleRuntimeRef, assets: AdminAssetServer): void; //# sourceMappingURL=mountAdmin.d.ts.map