/// import { OpenStreamDeckOptions, StreamDeckBase, InternalFillImageOptions } from './base'; import { KeyIndex, StreamDeckDeviceInfo } from './id'; export declare class StreamDeckOriginal extends StreamDeckBase { private readonly useOriginalKeyOrder; constructor(deviceInfo: StreamDeckDeviceInfo, options: OpenStreamDeckOptions); protected transformKeyIndex(keyIndex: KeyIndex): KeyIndex; protected getFillImagePacketLength(): number; protected convertFillImage(sourceBuffer: Buffer, sourceOptions: InternalFillImageOptions): Buffer; protected generateFillImageWrites(keyIndex: KeyIndex, byteBuffer: Buffer): Buffer[]; private flipCoordinates; }