/** * Managers module exports */ export { DeviceManager } from './DeviceManager'; export { RecordingManager, StreamingSession, type UploadInfoProvider } from './RecordingManager'; export { OTAManager, type FirmwareInfo, type OtaStage, type OtaProgress, } from './OTAManager'; //# sourceMappingURL=index.d.ts.map