export declare function throttle(fn: any, dur: any): (...args: any[]) => any;
