/**
 * Use JsonMapper to deserialize the data.
 *
 * @decorator
 * @operation
 * @input
 * @pipe
 */
export declare function UseDeserialization(options?: any): ParameterDecorator;
