import type { AppiumFlutterDriver } from './driver'; import type { DefaultCreateSessionResult } from '@appium/types'; export declare function createSession(this: AppiumFlutterDriver, sessionId: string, caps: any, ...args: any[]): Promise>; //# sourceMappingURL=session.d.ts.map