import type { NodeRuntimeInfo } from '../types.js'; export declare function parseMinVersion(versionStr: string): boolean; export declare function scanNodeRuntime(): NodeRuntimeInfo; //# sourceMappingURL=node-runtime.d.ts.map