export declare const useAsyncPolling: (pollingFn: () => Promise, interval: number) => { startPolling: () => Promise; stopPolling: () => void; };