declare class SentryUtils { static captureException: (error: string | Error) => void; } export default SentryUtils;