import { n as CoefTypeEnum } from "./CoefType-D8JVp_ud.mjs"; import { ErrorType, Request } from "@novastar/codec"; //#region generated/api/MoveCorrectionFromMasterFlashToSdram.d.ts declare module '@novastar/codec' { interface API { MoveCorrectionFromMasterFlashToSdram(addr: number, portAddr: number, scanBoardAddr: number, bBroadcast: boolean, coef: CoefTypeEnum): Promise; tryMoveCorrectionFromMasterFlashToSdram(addr: number, portAddr: number, scanBoardAddr: number, coef: CoefTypeEnum): Promise; } } declare function createMoveCorrectionFromMasterFlashToSdram(addr: number, portAddr: number, scanBoardAddr: number, bBroadcast: Broadcast, coef: CoefTypeEnum): Request; //#endregion export { createMoveCorrectionFromMasterFlashToSdram as t }; //# sourceMappingURL=MoveCorrectionFromMasterFlashToSdram-AgW-2bqW.d.mts.map