/** * Injects all request's http headers to the controller action parameter. * Must be applied on a controller action parameter. */ export declare function HeaderParams(): Function;