/** * 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 SPL_TOKEN_PROGRAM_ID: PublicKey<"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA">; export declare function createSplTokenProgram(): Program; export declare function getSplTokenProgram(context: Pick, clusterFilter?: ClusterFilter): T; export declare function getSplTokenProgramId(context: Pick, clusterFilter?: ClusterFilter): PublicKey;