export { H } from './util/highlight-edge'; export { highlightMiddleware } from './util/highlight-middleware'; export { isNodeJsRuntime } from './util/is-node-js-runtime'; export type { HighlightEnv } from './util/types'; import * as withHighlightEdge from './util/with-highlight-edge'; import type { HighlightEnv } from './util/types'; export declare function registerHighlight(): void; export declare function EdgeHighlight(env: HighlightEnv): (handler: withHighlightEdge.EdgeHandler) => (request: withHighlightEdge.NextRequest, context: withHighlightEdge.NextFetchEvent) => Promise; export declare function PageRouterHighlight(_: HighlightEnv): void; export declare function AppRouterHighlight(_: HighlightEnv): void; //# sourceMappingURL=server.edge.d.ts.map