import type { HIDDevice } from '../hid-device.js';
import type { OpenStreamDeckOptions } from './base.js';
import { StreamDeckBase } from './base.js';
export declare function StreamDeckPedalFactory(device: HIDDevice, options: Required<OpenStreamDeckOptions>): StreamDeckBase;
//# sourceMappingURL=pedal.d.ts.map