export declare const throttle: (callback: any, second: number) => (event: any) => void;