// Types export type { OtaSelectEntry, OtaData } from './types'; export { OtaImgState, OTA_STATE_NAMES } from './types'; // Constants export { OTA_SELECT_ENTRY_SIZE, OTA_DATA_MIN_SIZE, DEFAULT_NUM_OTA_PARTITIONS } from './constants'; // Parser export { parseOtaData } from './parser';