import { BaseV1GrpcReflectionController } from './v1.base.controller'; import { ServerReflectionController, ServerReflectionRequest, ServerReflectionResponse } from '../proto/grpc/reflection/v1/reflection'; import { Observable } from 'rxjs'; export declare class V1GrpcReflectionController extends BaseV1GrpcReflectionController implements ServerReflectionController { serverReflectionInfo(request$: Observable): Observable; }