/** * 命名空间,用于标识客户端类型 * * - parent 表示家长端 * - gardener 表示园丁端 */ declare const namespace: string; export default namespace;