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