import type { Client } from '@bugsnag/js'; import type BugsnagPerformance from '@bugsnag/browser-performance'; export declare const useBugsnag: () => Client; export declare const useBugsnagPerformance: () => typeof BugsnagPerformance | null;