declare const PromisePrototypeFinally: (t: Promise, onfinally?: () => void) => Promise; export = PromisePrototypeFinally;