import 'rxjs/add/operator/map'; import { AuthService } from './auth.service'; export declare class SkypAuthService implements AuthService { constructor(); login(username: string, password: string): void; logout(): void; }