import type ApplicationInstance from '@ember/application/instance'; import type { ExtendedBackburner } from '@sentry/ember/runloop'; import type { EmberSentryConfig } from '../types'; export declare function getSentryConfig(): EmberSentryConfig; export declare function getBackburner(): Pick; /** * Utility to register the browser tracing integration and instrument the app instance for performance. */ export declare function instrumentForPerformance(appInstance: ApplicationInstance): void;