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