export type SentryProductType = 'carousel' | 'channel' | 'dynamicImport' | 'form' | 'globalListener' | 'mediaPlayback' | 'other' | 'player' | 'playlist' | 'relatedMedia' | 'transcript';
export declare const initializeSentry: () => void;
type ReportErrorDetails = Record<string, string> & {
    url?: never;
};
export declare const reportError: (product: SentryProductType, error: Error, details?: ReportErrorDetails) => void;
export declare const listenForGlobalErrors: () => void;
export declare const listenForGlobalUnhandledRejections: () => void;
export {};
//# sourceMappingURL=sentryUtils.d.ts.map