export type NodeJSVersion = {
    major: number;
    minor: number;
    patch: number;
};
