import { InstructionNode } from '@codama/nodes'; import { NodePath } from '@codama/visitors-core'; import { Fragment, RenderScope, TypeManifest } from '../utils'; export declare function getInstructionParseFunctionFragment(scope: Pick & { dataArgsManifest: TypeManifest; instructionPath: NodePath; }): Fragment; //# sourceMappingURL=instructionParseFunction.d.ts.map