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