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