import type { SystemInfo } from '../../types/index.js'; import { AdtService } from './adt-service.js'; /** * Retrieve system information using the ADT endpoint */ export declare class SystemInfoService extends AdtService { /** * Send ADT request to fetch ATO settings. * * @returns AtoSettings */ getSystemInfo(): Promise; } //# sourceMappingURL=systeminfo-service.d.ts.map