/** * This code was AUTOGENERATED using the kinobi library. * Please DO NOT EDIT THIS FILE, instead use visitors * to add features, then rerun kinobi to update it. * * @see https://github.com/metaplex-foundation/kinobi */ import { Serializer } from '@metaplex-foundation/umi/serializers'; export declare enum Key { Uninitialized = 0, EditionV1 = 1, MasterEditionV1 = 2, ReservationListV1 = 3, MetadataV1 = 4, ReservationListV2 = 5, MasterEditionV2 = 6, EditionMarker = 7, UseAuthorityRecord = 8, CollectionAuthorityRecord = 9, TokenOwnedEscrow = 10, TokenRecord = 11, MetadataDelegate = 12, EditionMarkerV2 = 13, HolderDelegate = 14 } export type KeyArgs = Key; export declare function getKeySerializer(): Serializer;