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