export declare function hexToUint8Array(hex: string): Uint8Array; /** * Returns the URI representation of the content hash for supported codecs * @param contenthash to decode */ export default function contenthashToUri(contenthash: string): string;