import { AuthenticationService } from "../authentication.service"; export declare class MockAuthenticationService extends AuthenticationService { login(username: string, password: string): Promise; refreshToken(): Promise; }