import { ClassConstructor } from 'class-transformer';
import { PropertyOptions } from '../core';
export declare const IsNested: <T>({ type, ...base }: PropertyOptions<T, {
    type: ClassConstructor<T>;
}>) => PropertyDecorator;
