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