export declare const MINIMUM_NODE_MAJOR: 24; export declare const MINIMUM_NODE_VERSION: string; export declare function nodeMajor(version: string): number | undefined; export declare function supportsNodeVersion(version: string): boolean; export declare function unsupportedNodeMessage(version: string): string; //# sourceMappingURL=runtime-version.d.ts.map