export declare function IsAsync(fn: any): fn is (...args: any[]) => Promise;