declare const PromisePrototypeCatch: (t: Promise, onrejected?: (reason: any) => unknown) => Promise; export = PromisePrototypeCatch;