/** * from detect-node * https://github.com/iliakan/detect-node * * @property {boolean} IS_NODE - whether running in nodejs but not on electron,node-webkit * @global * @name IS_NODE */ export declare const IS_NODE: boolean; export declare function getGlobalThis(): typeof globalThis; export declare function checkMTKVersion(version: any): void; //# sourceMappingURL=env.d.ts.map