export interface NewSessionOptions { serverUrl?: string; } /** * Create a new session by clearing the current one */ export declare function newSession(_options?: NewSessionOptions): Promise; //# sourceMappingURL=new.d.ts.map