/**
* Encodes path portions of SharePoint urls such as decodedUrl=`encodePath(pathStr)`
*
* @param value The string path to encode
* @returns A path encoded for use in SP urls
*/
export declarefunctionencodePath(value: string): string;
//# sourceMappingURL=encode-path-str.d.ts.map