export declare function isGlobal(targetOrigin: any): targetOrigin is typeof globalThis;
