export declare function registerGlobal<T>(key: string, getImplementation: (prevImpl: T | undefined) => T): void;
