export declare const throttle: (fn: any, wait?: number) => (params: any) => void;