/* Copyright IBM Corp. 2018 */ import { UrlSegment } from '@angular/router'; /** * Constructs the URL path based on the segemnets * * @param aSegments the segments * @return the path */ declare function _getPathFromUrlSegments(aSegments: UrlSegment[]): string; export { _getPathFromUrlSegments as pathGetPathFromUrlSegments };