export declare function debounceAsync(fn: (this: T, ...p: P) => Promise, ms?: number): (this: T, ...args: P) => Promise;