/**
 * Return the current response data. Prefer the @@Context@@ decorator to get or set data.
 *
 * @decorator
 * @operation
 * @input
 */
export declare function ResponseData(): ParameterDecorator;
