declare const isAsyncFunction: (fn: any) => fn is Function; export default isAsyncFunction;