import type { DevicePairingAnswer } from "./DevicePairingAnswer.js"; export type SeelenCommandConfirmBluetoothDevicePairingArgs = { id: string; answer: DevicePairingAnswer; }; //# sourceMappingURL=SeelenCommandConfirmBluetoothDevicePairingArgs.d.ts.map