import { ErrorType, Request } from "@novastar/codec"; //#region generated/api/FuncCard_SetRebootBootFpgaProgram.d.ts declare module '@novastar/codec' { interface API { FuncCard_SetRebootBootFpgaProgram(addr: number, bBroadcast: boolean, funcCardModle: number): Promise; tryFuncCard_SetRebootBootFpgaProgram(addr: number, funcCardModle: number): Promise; } } declare function createFuncCard_SetRebootBootFpgaProgram(addr: number, bBroadcast: Broadcast, funcCardModle: number): Request; //#endregion export { createFuncCard_SetRebootBootFpgaProgram as t }; //# sourceMappingURL=FuncCard_SetRebootBootFpgaProgram-Dspl0gpk.d.cts.map