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