import { ColumnTypes } from './types' export declare const COLUMN_META_KEY = 'table:column' export declare function Column( type: ColumnTypes, size?: number ): { (target: Function): void (target: Object, propertyKey: string | symbol): void }