export declare class EufyClientNotRunningError extends Error { constructor(message?: string); } export interface PluginConfigInteractor { DeviceIsCharging(sn: string): Promise; DeviceSetExperimentalRTSP(sn: string, value: boolean): Promise; DeviceGetExperimentalRTSPStatus(sn: string): Promise<{ state: boolean; url?: string; }>; GetStationCamerasMapping(): Promise; } //# sourceMappingURL=interfaces.d.ts.map