import { AuthenticationMethodService } from '../../authentication-method.service'; import { Credentials } from '../../../models/credentials'; import { Observable } from 'rxjs'; import { UserResource } from '../../../../resources/interface/user-resource'; import * as i0 from "@angular/core"; export declare class NullAuthenticationService extends AuthenticationMethodService { constructor(); login(credentials: Credentials): Observable; logout(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }