import { ApplyUpdateResponse, UpdateChannel, UpdateInfo } from "@mcoda/shared"; export declare class SystemClient { private baseUrl?; constructor(baseUrl?: string | undefined); private ensureBaseUrl; private fetchJson; checkUpdate(channel?: UpdateChannel): Promise; applyUpdate(body?: { channel?: UpdateChannel; }): Promise; } //# sourceMappingURL=SystemClient.d.ts.map