import * as i0 from "@angular/core";
export declare class UrlHelperService {
    getHashFragmentParams(customHashFragment?: string): object;
    parseQueryString(queryString: string): object;
    static ɵfac: i0.ɵɵFactoryDeclaration<UrlHelperService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<UrlHelperService>;
}
