export type PollingState = { isPolling: boolean; timer?: ReturnType; callTime?: number; }; export declare const polling: PollingState;