/** * Binding keys used by this component. */ export declare namespace GrpcBindings { const GRPC_SERVER = "grpc.server"; const GRPC_SEQUENCE = "grpc.sequence"; const GRPC_CONTROLLER = "grpc.controller"; const GRPC_METHOD = "grpc.method"; const GRPC_METHOD_NAME = "grpc.method.name"; const GRPC_GENERATOR = "grpc.generator"; const CONTEXT = "grpc.context"; const HOST = "grpc.host"; const PORT = "grpc.port"; const CONFIG: string; }