/** * 是否为 Light OS(容器) * * @returns {boolean} 是否为Light OS * @example * * isLightOS(); * // => true */ export declare function isLightOS(): boolean;