import { Client } from '@sentry/types'; /** * Checks whether given url points to Sentry server * * @param url url to verify */ export declare function isSentryRequestUrl(url: string, client: Client | undefined): boolean; //# sourceMappingURL=isSentryRequestUrl.d.ts.map