import type { XCUITestDriver } from '../../driver';
/**
 * Initializes the WebDriverAgent connection, prepares the device, and starts WDA.
 */
export declare function start(this: XCUITestDriver): Promise<void>;
/**
 * Creates a WebDriverAgent session with the given application bundle and process arguments.
 */
export declare function startWdaSession(this: XCUITestDriver, bundleId?: string, processArguments?: any): Promise<void>;
//# sourceMappingURL=startup.d.ts.map