/** * 是否在掌通家园客户端内 */ export declare const isZTJY: boolean; /** * 是否在掌通家园家长端客户端内 */ export declare const isZTJYParent: boolean; /** * 是否在掌通家园园丁端客户端内 */ export declare const isZTJYGarden: boolean; /** * 是否在掌通原生客户端内 */ export declare const isZTJYNative: boolean; /** * 是否在掌通小程序 webview 内 */ export declare const isZTJYMiniprogram: boolean; /** * 是否在掌通客户端模拟器里 */ export declare const isZTJYDevtool: boolean;