import type { Client } from '../client';
/**
 * 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