import { PipeTransform, Type } from "@nestjs/common";
import { NestWhatsParamType } from "../nestwhats-paramtype.enum";
export declare function createNestWhatsParamDecorator(type: NestWhatsParamType): (...pipes: (Type<PipeTransform> | PipeTransform)[]) => ParameterDecorator;
