export declare class TrackJSError extends Error { innerError: Error; constructor(_message: string, _innerError?: Error); }