/** * 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 { ClusterFilter, Context, Program, PublicKey } from '@metaplex-foundation/umi'; export declare const MPL_TOKEN_METADATA_PROGRAM_ID: PublicKey<"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s">; export declare function createMplTokenMetadataProgram(): Program; export declare function getMplTokenMetadataProgram(context: Pick, clusterFilter?: ClusterFilter): T; export declare function getMplTokenMetadataProgramId(context: Pick, clusterFilter?: ClusterFilter): PublicKey;