declare const getNavigationMarker: () => PerformanceNavigationTiming | {
    [key: string]: any;
};
export { getNavigationMarker };
