| 1 | import { JSONFilePreset } from "lowdb/node"; |
| 2 | import { Plugin , type PanelSettingsAdapter, type PanelSettingField } from "@utils/pluginBase"; |
| 3 | import { Api } from "teleproto"; |
| 4 | import { execSync, execFile, ChildProcess, spawn } from "child_process"; |
nothing calls this directly
no test coverage detected