import { ColumnOptions } from "../options/ColumnOptions"; /** * This column will store a delete date of the soft-deleted object. * This date is being updated each time you soft-delete the object. */ export declare function DeleteDateColumn(options?: ColumnOptions): PropertyDecorator;