export declare class LocationService { private readonly window; constructor(window: any); getSearch(): any; }