/** * 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 { Serializer } from '@metaplex-foundation/umi/serializers'; export declare type NoopInstructionInstructionData = { data: Uint8Array; }; export declare type NoopInstructionInstructionDataArgs = NoopInstructionInstructionData; export declare function getNoopInstructionInstructionDataSerializer(): Serializer; export declare type NoopInstructionInstructionArgs = NoopInstructionInstructionDataArgs; export declare function noopInstruction(context: Pick, input: NoopInstructionInstructionArgs): TransactionBuilder;