/**
* Removes query and hash from url, then calls rmIndexSuffixFromPath() on it
* Note: Does not decode the url
*/
export declarefunctionconvertPathToUrl(url: string): string;
/**
* Removes /index from path
*/
export declarefunctionrmIndexSuffixFromPath(path: string): string;