export declare function model(options?: any): ClassDecorator;
export declare function property(options?: any): PropertyDecorator;
export declare function relation(options?: any): PropertyDecorator;
