import { SessionResponse } from '../types';
export declare const createSession: (url: string) => Promise<SessionResponse>;
