/** * Executes a piece of javascript code in global scope while passing the `require` function * @param body The JavaScript to execute */ export declare function evalGlobal(body: string): void; //# sourceMappingURL=utils.d.ts.map