import { InstructionNode } from '@codama/nodes'; import { NodePath } from '@codama/visitors-core'; import { Fragment, RenderScope } from '../utils'; export declare function getInstructionByteDeltaFragment(scope: Pick & { instructionPath: NodePath; useAsync: boolean; }): Fragment | undefined; //# sourceMappingURL=instructionByteDelta.d.ts.map