import type { really_any } from '../organization/really_any';
/**
 * @@@
 *
 * Note: `$` is used to indicate that this function is not a pure function - it access global scope
 *
 *  @private internal function of `$Register`
 */
export declare function $getGlobalScope(): really_any;
