import { InstructionNode } from '@codama/nodes'; import { IdlV00Instruction } from './idl'; export declare function instructionNodeFromAnchorV00(idl: IdlV00Instruction, ixIndex: number, origin?: 'anchor' | 'shank'): InstructionNode; //# sourceMappingURL=InstructionNode.d.ts.map