export declare function isPromise<T = unknown>(value: unknown): value is Promise<T>;
//# sourceMappingURL=is-promise.d.ts.map