import { Packet, Request } from "@novastar/codec"; //#region generated/api/FuncCard_ReadPowerOperTime.d.ts declare module '@novastar/codec' { interface API { FuncCard_ReadPowerOperTime(addr: number): Promise; tryFuncCard_ReadPowerOperTime(addr: number): Promise; } } declare function createFuncCard_ReadPowerOperTime(addr: number): Request; //#endregion export { createFuncCard_ReadPowerOperTime as t }; //# sourceMappingURL=FuncCard_ReadPowerOperTime-5wE12dcn.d.cts.map