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