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