import * as grpc from '@grpc/grpc-js'; /** * Service method to call for an effect (forward or side effect). * * @public */ export declare type EffectMethod = grpc.MethodDefinition | protobuf.Method | protobuf.ReflectionObject | null;