import type { Client } from '@sentry/core'; import type { SentryNuxtClientOptions } from '../common/types'; /** * Initializes the client-side of the Nuxt SDK * * @param options Configuration options for the SDK. */ export declare function init(options: SentryNuxtClientOptions): Client | undefined; //# sourceMappingURL=sdk.d.ts.map