import { TracingJS } from "./tracingjs"; export declare function getGlobal(): Window; export declare function getGlobalSupport(): TracingJS; export declare function isInit(): boolean; declare const _global: Window; declare const _support: TracingJS; export { _global, _support }; //# sourceMappingURL=global.d.ts.map