export declare function getCxGlobal<T = typeof globalThis>(): T;
export declare const CxGlobal: typeof globalThis;
