export type SyntheticLayoutShift = import("@paulirish/trace_engine").Types.Events.SyntheticLayoutShift; export type SaneSyntheticLayoutShift = SyntheticLayoutShift & { args: { data: NonNullable; }; }; export type DevToolsIcuMessage = { i18nId: string; values: Record; }; export const TraceProcessor: typeof TraceEngine.Processor.TraceProcessor; export const TraceHandlers: typeof TraceEngine.Handlers.ModelHandlers; export const Insights: typeof TraceEngine.Insights; export const Helpers: typeof TraceEngine.Helpers; import * as TraceEngine from '@paulirish/trace_engine'; //# sourceMappingURL=trace-engine.d.ts.map