/// import { OpenStreamDeckOptions, StreamDeckBase, InternalFillImageOptions } from './base'; import { KeyIndex, StreamDeckDeviceInfo } from './id'; export declare class StreamDeckMiniV2 extends StreamDeckBase { constructor(deviceInfo: StreamDeckDeviceInfo, options: OpenStreamDeckOptions); protected transformKeyIndex(keyIndex: KeyIndex): KeyIndex; protected convertFillImage(sourceBuffer: Buffer, sourceOptions: InternalFillImageOptions): Buffer; protected getFillImagePacketLength(): number; private rotateCoordinates; getSerialNumber(): string; }