import { EnvironmentService } from "../environment.service"; export declare class MockEnvironmentService extends EnvironmentService { getCurrentEnvironmentUrl(): Promise; }