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