export declare class AtxLocationService { private readonly windowLocation; private _location; constructor(windowLocation: any); getPathname(): any; reload(): void; }