/** * -- 开启心跳检测 -- * @param { Object } config */ declare const initHeartbeat: (config: any) => void; export default initHeartbeat;