/** * Reads the version of the Next.js installed alongside the running app. * Returns undefined if Next.js cannot be resolved, e.g. because Payload runs * outside of Next.js or from a directory the app's dependencies are not visible from. */ export declare const getNextVersion: () => string | undefined; //# sourceMappingURL=getNextVersion.d.ts.map