import { InstructionNode } from '@codama/nodes';
import { NodePath } from '@codama/visitors-core';
import type { GlobalFragmentScope } from '../getRenderMapVisitor';
import { Fragment } from './common';
export declare function getInstructionByteDeltaFragment(scope: Pick<GlobalFragmentScope, 'asyncResolvers' | 'getImportFrom' | 'nameApi'> & {
    instructionPath: NodePath<InstructionNode>;
    useAsync: boolean;
}): Fragment;
//# sourceMappingURL=instructionByteDelta.d.ts.map