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