import { type OnProgress } from '../sandboxTypes'; import { type NrfutilDevice } from './common'; declare const _default: (device: NrfutilDevice, data: object, onProgress?: OnProgress, controller?: AbortController) => Promise; export default _default; //# sourceMappingURL=boardController.d.ts.map