import { BrowserBreadcrumbTypes } from '@gogocj/shared'; import { Severity } from '@gogocj/utils'; import { BrowserClient } from './browserClient'; export declare function addBreadcrumbInBrowser(this: BrowserClient, data: any, type: BrowserBreadcrumbTypes, level?: Severity, params?: any): import("@gogocj/types").BreadcrumbPushData[]; //# sourceMappingURL=utils.d.ts.map