export declare function ipfsGatewayUrl(cid: string | undefined, gatewayHostname?: string): string; /** * Return a hex-encoded CID to store on-chain. * Hex-encoded CIDs are used to store some CIDs on-chain because they are more gas-efficient. */ export declare function encodeIpfsUri(cid: string): string; /** * Return the IPFS CID from a given hex-endoded string. * Hex-encoded CIDs are used to store some CIDs on-chain because they are more gas-efficient. */ export declare function decodeEncodedIpfsUri(hex: string): string; //# sourceMappingURL=ipfs.d.ts.map