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