declare const HOST: string;
declare const PORT: number;
declare const MOCHA_TIMEOUT: number;
declare function initSession(caps: any, remoteOpts?: {}): Promise<any>;
declare function deleteSession(): Promise<void>;
export { initSession, deleteSession, HOST, PORT, MOCHA_TIMEOUT };
//# sourceMappingURL=session.d.ts.map