import Promise from "./Promise.js"; declare const _default: (t: PromiseLike, handleFinally: () => void | PromiseLike) => Promise; export = _default;