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