type KnownAny = any; export declare function debounceWithArgs KnownAny>(callback: Callback, wait: number): (...args: Parameters) => Promise>>; export {};