export declare function debounceAsyncResult(fn: (this: T, ...p: P) => Promise): (this: T, ...args: P) => Promise;