import type { Hono } from '#dep/hono/index'; import type { HtmlTransformer } from '#lib/html-utils/html-transformer'; export declare const PageMiddleware: (transformers: HtmlTransformer[]) => (ctx: Hono.Context) => Promise; //# sourceMappingURL=page.d.ts.map