export declare function throttle(fn: (arg: any) => void, time: number): (args: any) => void;
