import { type SessionOptions } from "./../types";
export declare function attachToBrowser(session: SessionOptions): Promise<WebdriverIO.Browser>;
