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