export declare const throttle: (callback: any) => (...args: any[]) => void;
