export declare const isInternalTestUrl: boolean; export declare function getServiceDomain(): string; export declare function getServiceDomainDev(): string; /** 该函数只能用于客户端才能获取准确的环境,服务端使用 getIsDevEnvironmentServerSide 获取 */ export declare function getIsDevEnvironment(): boolean; export declare function getIsDevEnvironmentServerSide(cookie: string): boolean; export declare function setDevEnvironment(isDev: boolean): void; //# sourceMappingURL=domains.d.ts.map