import { initType } from './common';
declare const monitorErrorInitFn: (obj: initType) => void;
export default monitorErrorInitFn;
