export declare function throttle any>(func: F, wait: number, options?: { leading?: boolean; trailing?: boolean; }): (this: any) => any;