/** * 是否为 Light OS(容器) */ declare function isLightOS(): boolean; export default isLightOS;