import { Uint256 } from '@ylide/sdk'; export declare const decodeContentId: (contentIdHex: Uint256) => { version: number; blockNumber: number; partsCount: number; blockCountLock: number; hash: Uint8Array; contentId: Uint256; };