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