export declare const isPromiseLike: <T>(candidate: unknown) => candidate is PromiseLike<T>;
//# sourceMappingURL=is-promise-like.function.d.ts.map