import { FlutterDriver } from '../driver'; export declare const createSession: (this: FlutterDriver, sessionId: any, caps: any, ...args: any[]) => Promise; export declare const deleteSession: (this: FlutterDriver) => Promise; //# sourceMappingURL=session.d.ts.map