/** * Sets response header. * Must be applied on a controller action. */ export declare function Header(name: string, value: string): Function;