import type { Client, Integration, Options } from '@sentry/core'; import { VercelEdgeClient } from './client'; import type { VercelEdgeOptions } from './types'; /** Get the default integrations for the browser SDK. */ export declare function getDefaultIntegrations(options: Options): Integration[]; /** Inits the Sentry NextJS SDK on the Edge Runtime. */ export declare function init(options?: VercelEdgeOptions): Client | undefined; export declare function setupOtel(client: VercelEdgeClient): void; /** * Returns a release dynamically from environment variables. */ export declare function getSentryRelease(fallback?: string): string | undefined; //# sourceMappingURL=sdk.d.ts.map