import "reflect-metadata"; import { TimeColumnType } from "../../Common/ColumnType"; import { TimeZoneHandling } from "../../Common/Type"; import { ITimeColumnOption } from "../Option/ITimeColumnOption"; import { TimeSpan } from "../../Data/TimeSpan"; export declare function TimeColumn(option?: ITimeColumnOption): PropertyDecorator; export declare function TimeColumn(name: string, dbtype?: TimeColumnType, defaultValue?: () => TimeSpan, timeZoneHanding?: TimeZoneHandling): PropertyDecorator;