import { FieldConfig } from '..'; /** * Defines default Name and Serializer decorators if no one of them was not defined */ export declare function Field(): PropertyDecorator; export declare function Field(config: FieldConfig): PropertyDecorator;