export const capturePromise: {
  (): void;
  patchThirdPartyPromise(Promise: any): void;
};
