/**
 * @file 资源和JS错误监控
 * @author kaivean
 */
import { SpyHeadConf } from '../lib/spyHeadInterface';
export declare function init(conf: SpyHeadConf): void;
