/** * Copyright (c) 2017, Philip Walton */ /** * Parses the given url and returns an object mimicing a `Location` object. * @param {string} url The url to parse. * @return {!Object} An object with the same properties as a `Location`. */ export declare function parseUrl(u: any): any;