UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

9 lines 258 B
import { AaiDevice } from '../../infrastructure'; export declare function deviceSelectComponent(props: { yes: boolean; deviceId?: string; }): Promise<{ device: AaiDevice; new: boolean; }>; //# sourceMappingURL=device-select-component.d.ts.map