/** Determine whether the given `promise` is a Promise. */ declare function isPromise(promise: any): boolean; export { isPromise }; //# sourceMappingURL=utils.d.ts.map