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