/** * access the global this consistently, making it suitable for various JavaScript contexts. * inspired by https://mathiasbynens.be/notes/globalthis */ export declare function getGlobalObject(): T;