import type { Plugin } from '../types';
declare const useThrottlePlugin: Plugin<any, any[]>;
export default useThrottlePlugin;
