import { BrowserPlugin } from '@snowplow/browser-tracker-core'; /** * Adds Performance Navigation Timing context to events * * @remarks * May not be fully populated when initial Page View fires * Often a good idea to take the latest performance timing context * for a given page view id when analyzing in the warehouse */ declare function PerformanceNavigationTimingPlugin(): BrowserPlugin; export { PerformanceNavigationTimingPlugin };