import type { Integration, IntegrationClass } from '@sentry/types'; export declare const googleCloudGrpcIntegration: (options?: { optional?: boolean | undefined; } | undefined) => import("@sentry/types").IntegrationFnResult; /** * Google Cloud Platform service requests tracking for GRPC APIs. * * @deprecated Use `googleCloudGrpcIntegration()` instead. */ export declare const GoogleCloudGrpc: IntegrationClass; export type GoogleCloudGrpc = typeof GoogleCloudGrpc; //# sourceMappingURL=google-cloud-grpc.d.ts.map