export declare const MIN_NODE_VERSION = "18";
export declare function isVersionValid(version: any): boolean;
