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