/** * 检测过时依赖 * @returns {Promise} 返回码 1 失败,0 成功 */ declare function pin(): Promise; export default pin;