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