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