export interface StreamDeckInputService {
    handleInput(data: Uint8Array): void;
}
//# sourceMappingURL=interface.d.ts.map