import type { ApplePlatform, Device } from '../types/index.js'; export declare function listDevicesAndSimulators(platform: ApplePlatform): Promise;