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