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