/** * Given a path, returns a normalized path where equal query parameter values * will be treated as identical, regardless of order they appear in the original * text. * * @param {string} path Original path. * * @return {string} Normalized path. */ export function normalizePath(path: string): string; //# sourceMappingURL=normalize-path.d.ts.map