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