import { Integration, IntegrationClass } from '@sentry/types'; export declare const awsServicesIntegration: (options?: { optional?: boolean | undefined; } | undefined) => import("@sentry/types").IntegrationFnResult; /** * AWS Service Request Tracking. * * @deprecated Use `awsServicesIntegration()` instead. */ export declare const AWSServices: IntegrationClass; export type AWSServices = typeof AWSServices; //# sourceMappingURL=awsservices.d.ts.map