import type { IncomingMessage, ServerResponse } from 'node:http'; import type { ViteDevServer } from 'vite'; import type { TypedownPluginCache } from '..'; import type { TypedownContext } from '@/node/lib/typedown-context'; export declare function virtualHtml(server: ViteDevServer, tdContext: TypedownContext, cache: TypedownPluginCache): (request: IncomingMessage, response: ServerResponse, next: () => void) => void; //# sourceMappingURL=virtual-html.d.ts.map