/** * Check if thenable * (instanceof Promise doesn't respect realms) */ export declare const isThenable: (value: unknown) => boolean; //# sourceMappingURL=is-thenable.d.ts.map