import { Breadcrumb } from '@sentry/browser'; export declare function initialize(dsn: string): Promise; export declare const logBreadcrumb: (breadcrumb: Breadcrumb) => void; export declare const captureException: (err: Error) => string; export declare const configureScope: (cb: any) => void; export declare const setUserId: (userId: any) => void; export declare const resetUserId: () => void;