/** * A reference to the global object. * This is the window in a browser, and the global in node. */ export declare var GLOBAL: any; export default GLOBAL;