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