export { default as NrfutilDeviceLib } from './device'; export type { DeviceCore, DeviceTraits, ProtectionStatus, SerialPort as DeviceSerialPort, NrfutilDevice, } from './common'; export type { ReadResult } from './xRead'; export type { DeviceInfo } from './deviceInfo'; export type { DeviceCoreInfo } from './getCoreInfo'; export type { ImageType } from './getFwInfo'; export type { Batch as DeviceBatch } from './batch'; export type { Callbacks as BatchCallbacks } from './batchTypes'; export type { GetProtectionStatusResult } from './getProtectionStatus'; //# sourceMappingURL=index.d.ts.map