import type { GrpcServiceOptions } from '../interfaces'; export declare function GrpcService(serviceNameOrOptions: string | GrpcServiceOptions): ClassDecorator;