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