import type { Device } from '../../types/index.js'; export declare function matchingDevice(devices: Array, deviceArg: string): Device | undefined; export declare function formattedDeviceName(simulator: Device): string;