import type { Client } from '@sentry/core'; import type { BrowserOptions } from '@sentry/svelte'; /** * Initialize the client side of the Sentry SvelteKit SDK. * * @param options Configuration options for the SDK. */ export declare function init(options: BrowserOptions): Client | undefined; //# sourceMappingURL=sdk.d.ts.map