import type { Context, Env, Hono } from "hono"; import type { MantleRuntimeRef } from "./bootRuntimeOnce.js"; /** Mount manifest-declared HTTP Triggers and public Views only. */ export declare function mountRuntimeEndpoints(app: Hono, ref: MantleRuntimeRef): void; /** Hono throws outside a Workers execution context; other runtimes await inline. */ export declare function readWaitUntil(context: Context): ((promise: Promise) => void) | undefined; //# sourceMappingURL=mountRuntimeEndpoints.d.ts.map