export declare const throttle: (func: Function, delay: number) => (...args: any) => void;