import type { HIDDevice } from '../hid-device.js';
import type { OpenStreamDeckOptions } from './base.js';
import { StreamDeckBase } from './base.js';
import { type DeviceModelId } from '../id.js';
import type { PropertiesService } from '../services/properties/interface.js';
export declare function StreamDeck15KeyFactory(model: DeviceModelId, device: HIDDevice, options: Required<OpenStreamDeckOptions>, _tcpPropertiesService?: PropertiesService): StreamDeckBase;
//# sourceMappingURL=15-key.d.ts.map