/** * Injects a Response object to the controller action parameter. * Must be applied on a controller action parameter. */ export declare function Res(): Function;