export declare class WindowLocationService {
    static get origin(): string;
    static get path(): string;
    static get hash(): string;
    static get search(): string;
    static get host(): string;
    static get href(): string;
    static redirectTo(url: string): void;
    private static getLocation;
}
//# sourceMappingURL=WindowLocationService.d.ts.map