declare type FlagsT = {
    simulator?: string;
    udid?: string;
};
export declare function getDestinationSimulator(args: FlagsT, fallbackSimulators?: string[]): {
    udid: string;
    name: string;
    booted: boolean;
    version: string;
};
export {};
//# sourceMappingURL=getDestinationSimulator.d.ts.map