/**
 * @file 白屏监控
 * @author kaivean
 */
import { SpyHeadConf } from '../lib/spyHeadInterface';
export declare function init(conf: SpyHeadConf): void;
