import type { BrowserOptions } from '@sentry/browser'; /** * Inits the Angular SDK */ export declare function init(options: BrowserOptions): void;