declare namespace _default {
    /**
     * Clears keychains on a simulated device.
     *
     * @throws {Error} If current device is not a Simulator or there was an error
     * while clearing keychains.
     * @this {import('../driver').XCUITestDriver}
     * @group Simulator Only
     */
    function mobileClearKeychains(this: import("../driver").XCUITestDriver): Promise<void>;
}
export default _default;
//# sourceMappingURL=keychains.d.ts.map