import { BaseErrors } from './baseErrors'; import { ITrackerOptions } from '../types'; export declare class VueError extends BaseErrors { constructor(Vue: any, options: ITrackerOptions); init(Vue: any): void; formatComponentName(vm: any): string; }