/** * 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 { Context, TransactionBuilder } from '@metaplex-foundation/umi'; import { BatchTokenInstructionsInstructionDataArgs } from '../../hooked'; export type BatchTokenInstructionsInstructionArgs = BatchTokenInstructionsInstructionDataArgs; export declare function batchTokenInstructions(context: Pick, args: BatchTokenInstructionsInstructionArgs): TransactionBuilder;