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