export declare function parseOwnershipId(ownershipId: string): { contract: import("@rarible/types").EVMAddress; tokenId: string; owner: import("@rarible/types").EVMAddress; };