/**
 * @file 版本号文件
 * @description 定义库的版本号
 * @module Version
 */
export declare const VERSION = "1.5.0";
export declare const BUILD_DATE: string;
