export declare type InputFieldConfig = { defaultValue?: any; description?: string; deprecationReason?: string; }; export declare const InputField: (type?: any, config?: InputFieldConfig) => (target: any, key: string) => void;