import { SystemInfo } from "./SystemInfo"; declare type GetSystemInfoCallbackOptions = import("../../common").CallbackOptions; export interface GetSystemInfoOptions extends GetSystemInfoCallbackOptions { } export {};