import type { IncomingMessage, ServerResponse } from 'node:http'; import { AppPageRouteModule } from 'next/dist/server/route-modules/app-page/module.compiled'; import type { RequestMeta } from 'next/dist/server/request-meta'; export declare const __next_app__: { require: (id: string | number) => unknown; loadChunk: (id: string | number) => Promise; }; export * from 'next/dist/server/app-render/entry-base'; export declare const routeModule: AppPageRouteModule; export declare function handler(req: IncomingMessage, res: ServerResponse, ctx: { waitUntil?: (prom: Promise) => void; requestMeta?: RequestMeta; }): Promise;