import { ApplePlatform, Device } from '../../types'; import { IOSProjectInfo } from '@react-native-community/cli-types'; import { FlagsT } from './createRun'; export declare function runOnDevice(selectedDevice: Device, platform: ApplePlatform, mode: string, scheme: string, xcodeProject: IOSProjectInfo, args: FlagsT): Promise; //# sourceMappingURL=runOnDevice.d.ts.map