| 1 | import { readFileSync } from 'fs'; |
| 2 | import { REMOTE_CONTROL_DISCONNECTED_MSG } from '../bridge/types.js'; |
| 3 | import type { Command } from '../commands.js'; |
| 4 | import { DIAMOND_OPEN } from '../constants/figures.js'; |
nothing calls this directly
no test coverage detected