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