import type { AnyError } from '@tramvai/safe-strings'; import type { WebpackStats } from '@tramvai/tokens-render'; import type { ErrorBoundaryComponent } from '@tramvai/react'; export declare const renderErrorBoundaryPageToString: ({ element, webpackStats, requestUrl, httpStatus, error, }: { element: ErrorBoundaryComponent; webpackStats: WebpackStats; requestUrl: string; httpStatus: number; error: AnyError; }) => any; //# sourceMappingURL=renderErrorBoundaryPageToString.d.ts.map