import { InjectionToken } from "@angular/core"; export declare const LOGIN_SERVICE_TOKEN: InjectionToken; export interface ILoginService { isStationInSandboxMode(value: any, logic: any): boolean; }