import { NestGramParamType } from '../nestgram-paramtype.enum'; import { PipeTransform, Type } from '@nestjs/common'; export declare function createNestGramParamDecorator(type: NestGramParamType): (...pipes: (Type | PipeTransform)[]) => ParameterDecorator;