import { Session } from 'iqs-libs-clientshell2-angular'; import { Observable } from 'rxjs'; export declare class MockSessionDataService { constructor(); private handleError; signin(login: string, password: string): Observable; }