export declare function throttle(callback: Function, delay: number): (...args: any[]) => void;