import { ClientOptions } from '@sentry/core'; type BeforeBreadcrumbCallback = NonNullable; export declare const excludeGraphQLFetch: BeforeBreadcrumbCallback; export declare function withoutGraphQLFetch(beforeBreadcrumb: BeforeBreadcrumbCallback): BeforeBreadcrumbCallback; export {};