import { ProgramNode } from '@codama/nodes';
import type { GlobalFragmentScope } from '../getRenderMapVisitor';
import { Fragment } from './common';
export declare function getProgramErrorsFragment(scope: Pick<GlobalFragmentScope, 'nameApi'> & {
    programNode: ProgramNode;
}): Fragment;
//# sourceMappingURL=programErrors.d.ts.map