import type { FastifyInstance } from 'fastify'; export declare function serveRootErrorBoundary({ render, app, }: { render: () => Promise; app: FastifyInstance; }): void; //# sourceMappingURL=serveRootErrorBoundary.d.ts.map