import type { HIDDevice, StreamDeckTcpChildDeviceInfo } from '@elgato-stream-deck/core'; export interface TcpHidDevice extends HIDDevice { readonly isPrimary: boolean; set onChildInfoChange(cb: ((info: Omit | null) => void) | null); } //# sourceMappingURL=api.d.ts.map