import type { RadioDeviceKind } from "./RadioDeviceKind.js"; export type SeelenCommandSetRadioStateArgs = { kind: RadioDeviceKind; enabled: boolean; }; //# sourceMappingURL=SeelenCommandSetRadioStateArgs.d.ts.map