export declare const getLocation: (href: string) => {
    href: string;
    protocol: string;
    host: string;
    hostname: string;
    port: string;
    path: string;
    search: string;
    hash: string;
};
export declare const getPath: (href: string) => string;
export declare const getParseQueryStringFromLocation: (href: string) => any;
//# sourceMappingURL=route-utils.d.ts.map