/* tslint:disable */
declare module NodeJS {
  interface Global {
    __rootSiblingsInjected: boolean;
    __rootSiblingsDisabled: boolean;
  }
}
