/**
 * Bef环境监测工具类
 */
declare class BefEnvUtil {
    /**
     * 是否在框架内运行
     */
    static isInFramework(): boolean;
}
export { BefEnvUtil };
