export declare type Debounce = (fn: (...args: T) => void, ms: number) => (...args: T) => ReturnType;