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