import type { Dictionary } from '@empathyco/x-utils'; import type { DevtoolsPluginApi } from '@vue/devtools-api'; import type { WirePayload, XEvent, XEventPayload } from '@x/wiring'; /** * Configures Vue's devtools timeline with new rows for {@link XEvent}s. * * @param api - Vue's devtools API. * @internal */ export declare function setupTimelinePlugin(api: DevtoolsPluginApi): void; /** * Sends the emission of an {@link XEvent} to the devtools. * * @param event - The emitted {@link XEvent}. * @param value - An object containing both the event payload and its metadata. * @internal */ export declare function logDevtoolsXEvent(event: Event, value: WirePayload>): void; //# sourceMappingURL=timeline.devtools.d.ts.map