import { Entity } from '../'; export declare function Field(target: Entity, key: string): void; export declare function Field(target: Entity, key: string, descriptor: TypedPropertyDescriptor): TypedPropertyDescriptor;