/** * 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 declare function encodePath(value: string): string; //# sourceMappingURL=encode-path-str.d.ts.map