import { OnErrorHandler } from 'trackx/types'; /** * TrackX Error Details Plugin * * @see https://docs.trackx.app/#/guides/tracking-errors.md#plugins-details */ declare const handlers: (funcs: OnErrorHandler[]) => OnErrorHandler; declare const auto: OnErrorHandler; export { auto, handlers };