export declare const THROTTLE_MS = 500; export declare function throttle(fn: Function, throttleMs?: number): (...args: any[]) => void;