export declare enum OwnershipSource { MINT = "MINT", PURCHASE = "PURCHASE", TRANSFER = "TRANSFER" }