export declare class LocationService {
    ajsService: any;
    constructor();
    /**
     * go to URL. This will need to call the Angular 2+ Location.go when upgraded
     */
    go(path: string): any;
}
