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