import { ServerRuntimeClient } from '@sentry/core'; import type { BunClientOptions } from './types'; /** * @deprecated This client is no longer used in v9. */ export declare class BunClient extends ServerRuntimeClient { /** * Creates a new Bun SDK instance. * @param options Configuration options for this SDK. */ constructor(options: BunClientOptions); } //# sourceMappingURL=client.d.ts.map