import { Device } from '../types'; export declare function promptForSchemeSelection(schemes: string[]): Promise; export declare function promptForConfigurationSelection(configurations: string[]): Promise; export declare function promptForDeviceSelection(availableDevices: Device[]): Promise; //# sourceMappingURL=prompts.d.ts.map