import type { ErrorBoundaryComponent } from '@tramvai/react'; import type { ExtractDependencyType } from '@tinkoff/dippy'; import type { WEB_FASTIFY_APP_BEFORE_ERROR_TOKEN } from '@tramvai/tokens-server-private'; import type { FastifyError, FastifyReply, FastifyRequest } from 'fastify'; export declare const getRootErrorBoundary: () => ErrorBoundaryComponent | null; export declare const runHandlersFactory: (error: FastifyError, request: FastifyRequest, reply: FastifyReply) => (handlers: ExtractDependencyType) => Promise; export declare const getRequestInfo: (request: FastifyRequest) => { ip: string; requestId: string | string[]; url: string; }; //# sourceMappingURL=utils.d.ts.map