export declare const ACTIVE_INTERVAL_MS = 3000; export declare const IDLE_INTERVAL_MS = 10000; export declare function __resetMirrorState(): void; export declare function mirrorOnce(device: string): Promise<{ logs: number; network: number; failed?: boolean; }>; export declare function refreshMirror(device?: string): Promise; export declare function isSdkMirrorPollerRunning(device: string): boolean; export declare function startSdkMirrorPoller(device: string): void; export declare function stopSdkMirrorPoller(device: string): void; export declare function stopAllSdkMirrorPollers(): void; //# sourceMappingURL=sdkMirrorPoller.d.ts.map