import { ColumnOptions } from '../types'; export declare const Column: (options?: ColumnOptions) => (target: any, propertyKey: string) => void;