import { ColumnOptions } from 'typeorm';
export declare const UpdatedAt: (options?: ColumnOptions) => PropertyDecorator;
