import { ColumnOptions } from "typeorm";
type ShortDateType = "year" | "month" | "day" | "hour" | "minute" | "second";
export declare function ShortDateColumn(type: ShortDateType, options?: ColumnOptions): (object: object, propertyName: string) => void;
export {};
