import { D2HttpClient } from '../../shared'; import { SystemInfo } from './models'; export declare class SystemModule { private httpClient; constructor(httpClient: D2HttpClient); getSystemInfo(): Promise; }