export declare enum RpcParamtype {
    PAYLOAD = 3,
    CONTEXT = 6
}
