import type { Integration } from '@sentry/core'; interface GraphQLReactNativeIntegrationOptions { endpoints: Array; } /** * This integration ensures that GraphQL requests made in the React Native apps * have their GraphQL-specific data captured and attached to spans and breadcrumbs. */ export declare function graphqlIntegration(options: GraphQLReactNativeIntegrationOptions): Integration; export {}; //# sourceMappingURL=graphql.d.ts.map