import { Rpc } from '../rpc'; import { RpcForwardReportData, RpcForwardResponse } from './rpc-forward-model'; export declare class RpcForwardAutoClient { /** * report a forward update from the shell or module */ static forward(rpc: Rpc, data: RpcForwardReportData): Promise>; }