import {XCUITestDriver} from './driver';

export {XCUITestDriver};
export * as doctor from './doctor/checks';
export default XCUITestDriver;
