import type { XCUITestDriver } from '../../driver';
/**
 * Stops the active WebDriverAgent session, optionally quits the WDA process, and cleans up system files.
 */
export declare function stop(this: XCUITestDriver): Promise<void>;
//# sourceMappingURL=stop.d.ts.map