/** * The major version of the node runtime. */ export declare const major: number; /** * The minor version of the node runtime. */ export declare const minor: number; /** * The revision of the node runtime. */ export declare const patch: number;