import { InputOptions } from '../options'; /** * Defines a resource input property. The value of the field will be sent to the API. * * @Annotation * @publicApi */ export declare function Input(): PropertyDecorator; /** * Defines a resource input property. The value of the field will be sent to the API. * * @Annotation * @publicApi */ export declare function Input(options: InputOptions): PropertyDecorator;