import { DeviceRootInfo } from "./DeviceRootInfo"; declare type GetDeviceRootInfoCallbackOptions = import("../../common").CallbackOptions; export interface GetDeviceRootInfoOptions extends GetDeviceRootInfoCallbackOptions { } export {};