import { ColumnOptions } from '../types'; export declare function Column(options: ColumnOptions): PropertyDecorator;