export declare function debounce(callback: (...args: T) => PromiseLike | U, wait: number): (...args: T) => Promise;