import type { FastifyError } from 'fastify'; export declare const prepareLogsForError: ({ error, isRootErrorBoundaryExist, }: { error: FastifyError; isRootErrorBoundaryExist: boolean; }) => { logMessage: string; logLevel: string; logEvent: string; httpStatus: number; }; //# sourceMappingURL=prepareLogsForError.d.ts.map