import { BrowserOptions } from '@sentry/browser'; import { Client } from '@sentry/core/browser'; /** * Inits the React SDK */ export declare function init(options: BrowserOptions): Client | undefined; //# sourceMappingURL=sdk.d.ts.map