import { Device, DeviceType } from '../../types'; export declare function matchingDevice(devices: Array, deviceName: string | true | undefined): Device | undefined; export declare function formattedDeviceName(simulator: Device): string; export declare function printFoundDevices(devices: Array, type?: DeviceType): string; //# sourceMappingURL=matchingDevice.d.ts.map