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