import type { Router } from 'vue-router'; import BugsnagPerformance from '@bugsnag/browser-performance'; export declare function startPerformance(options: any, router: Router): typeof BugsnagPerformance;