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