import { ProgramNode } from '@codama/nodes';
import { Fragment, RenderScope } from '../utils';
export declare function getProgramInstructionsFragment(scope: Pick<RenderScope, 'nameApi' | 'renderParentInstructions' | 'typeManifestVisitor'> & {
    programNode: ProgramNode;
}): Fragment | undefined;
//# sourceMappingURL=programInstructions.d.ts.map