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