/** * 判断是否是生产环境 * @type {Boolean} */ export declare const isProduction: () => boolean; declare const _default: any; export default _default;