import { DeviceInstance } from "../DeviceInstance.mjs"; export declare const fetchStatusFromDevice: (deviceInstance: DeviceInstance) => Promise<{ accessedAt: number; responsive: boolean; datapoints: {}; }>;