import type { WithBlockchain } from "../../blockchains/index.js"; export type ItemId = WithBlockchain & { __IS_ITEM_ID__: true; }; export declare function toItemId(value: string): ItemId;