export declare function throttle(callback: Function, wait: number, immediate?: boolean): (this: any) => void;