declare const isThenable: (val: unknown) => val is Promise; export { isThenable, }; //# sourceMappingURL=isThenable.d.ts.map