import type { H3Event } from 'h3'; type EventWithMatchedRoute = Pick & Partial>; /** * Update the root span (transaction) name for routes with parameters based on the matched route. */ export declare function updateRouteBeforeResponse(event: EventWithMatchedRoute): void; export {};