import type * as SentryBrowser from '@sentry/browser'; import type * as SentryNode from '@sentry/node'; export declare const isBrowser: boolean; export type SentryBrowserType = typeof SentryBrowser.default; export type SentryNodeType = typeof SentryNode.default; export type SentryType = SentryNodeType | SentryBrowserType; export declare function getSentry(): Promise; export declare function sanitizeUrlForSpan(urlOrPath: string): string; //# sourceMappingURL=utils.d.ts.map