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