import type { ISubscribeParams } from './interface';
export declare function GrpcUnaryMethod({ rpcName, ...rest }: Omit<ISubscribeParams, 'type' | 'rpcName'> & {
    rpcName?: string;
}): MethodDecorator;
