export interface RPCConvertible {
    toRPCBody(): any;
}
