import type { Plugin } from '../types'; declare const useThrottlePlugin: Plugin; export default useThrottlePlugin;