import "reflect-metadata"; declare function ListField(type: T, name?: any): (obj: any, prop: any) => void; export { ListField };