import type { Client, BrowserConfig } from '@bugsnag/js'; import type { App } from 'vue'; interface NuxtAppLike { vueApp: App; } export declare function startBugsnag(options: BrowserConfig, nuxtApp: NuxtAppLike): Client; export {};