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