/** * Gets the Node.js engine requirement from the package.json. * @returns The Node.js version requirement string, or null if not specified */ export declare function getNodeEngineRequirement(): string | null; //# sourceMappingURL=getNodeEngineRequirement.d.ts.map