export declare const microThrottle: (callback: (...args: A) => void) => (...args: A) => void;