export declare const debounceAsync: (fn: any, wait: any) => (...args: any[]) => Promise;