export declare const throttle: >(fn: (...args: T) => void, ms: number) => (...args: T) => void; //# sourceMappingURL=throttle.d.ts.map