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