import { RPCBase } from "../rpcBase"; export declare function RemoteUpgrader(this: RPCBase): { selectDevList: (list: unknown) => Promise<{}>; getAllStates: () => Promise<{}>; cancel: () => Promise<{}>; }; //# sourceMappingURL=RemoteUpgrader.d.ts.map