import { AtxLocationService } from '../../../other/locations/services'; export declare class AtxNavService { private readonly atxLocationService; constructor(atxLocationService: AtxLocationService); getPrimaryPath(): any; }