declare class Env { private _serverConfig; private get serverConfig(); get AgentBasePath(): string; get PluginBasePath(): string; get AgentId(): string; get AgentServer(): string; } declare const _default: Env; export default _default;