declare const NullPrototypeObject: {
  new (): any;
};

export = NullPrototypeObject;
