/* eslint-disable @typescript-eslint/triple-slash-reference */ /// /// declare module 'ubus' { export type IArgs = obj; export type ubus_any = array | bool | double | int | obj | str; }