export default function isPromise<T = unknown>(obj: any): obj is Promise<T>;
