import { OutputOptions } from '../options'; /** * Defines a resource output property. The value will be received from the API. * * @Annotation * @publicApi */ export declare function Output(): PropertyDecorator; /** * Defines a resource output property. The value will be received from the API. * * @Annotation * @publicApi */ export declare function Output(options: OutputOptions): PropertyDecorator;