export declare const throttleEnd: (wait: number, fn: (...args: TS) => void) => (this: any, ...args: TS) => void;