import { RPCBase } from "../rpcBase"; export declare function Upgrader(this: RPCBase): { instance: (params?: object | undefined, options?: object | undefined) => Promise>; getStateEx: () => Promise; getState: () => Promise; check: () => Promise; start: () => Promise; cancel: () => Promise; }; //# sourceMappingURL=Upgrader.d.ts.map