import { AttributeDecoratorOptions } from '../interfaces/attribute-decorator-options.interface'; export declare function NestedAttribute(options?: AttributeDecoratorOptions): PropertyDecorator;