import { InstructionNode } from '@codama/nodes'; import type { IdlV01Instruction } from './idl'; import type { GenericsV01 } from './unwrapGenerics'; export declare function instructionNodeFromAnchorV01(idl: IdlV01Instruction, generics: GenericsV01): InstructionNode; //# sourceMappingURL=InstructionNode.d.ts.map