import { ColumnOptions } from"../options/ColumnOptions";
/**
* This column will store an update date of the updated object.
* This date is being updated each time you persist the object.
*/export declare functionUpdateDateColumn(options?: ColumnOptions): Function;