export { throttle };
declare function throttle(func: Function, waitTime: number): () => void;
