export declare function BeforeInsert(): PropertyDecorator;
export declare function BeforeUpdate(): PropertyDecorator;
export declare function BeforeDestroy(): PropertyDecorator;
export declare function AfterInsert(): PropertyDecorator;
export declare function AfterUpdate(): PropertyDecorator;
export declare function AfterDestroy(): PropertyDecorator;
