/** * Joins an array of strings as an IPFS path and URI encodes individual * components */ export declare function uriEncodeIPFSPath(str: string): string; //# sourceMappingURL=ipfs-path-to-string.d.ts.map