/**
 *
 * detect if a value appears to be a promise
 *
 * @private
 * @param {any} [maybePromise] the value being considered to be a promise
 * @return {boolean} true if the value appears to be a promise, or false otherwise
 */
export default function (maybePromise: any): boolean;
//# sourceMappingURL=is-promise.d.ts.map