import { AppleDevice, AppleDeviceFragment } from '../../../graphql/generated'; export declare function chooseDevicesAsync(allDevices: AppleDeviceFragment[], preselectedDeviceIdentifiers?: string[]): Promise; export declare function formatDeviceLabel(device: AppleDeviceFragment): string;