lingjing/node_modules/next/dist/server/dev/hot-reloader-shared-utils.d.ts
2026-02-23 09:51:43 +00:00

4 lines
235 B
TypeScript

import { type VersionInfo } from './parse-version-info';
export declare const matchNextPageBundleRequest: import("../../shared/lib/router/utils/path-match").PatchMatcher;
export declare function getVersionInfo(): Promise<VersionInfo>;