import { HeadersType } from '../declarations.js'; /** * Decorator to mark a class method as an html outgoing http response. * * @param statusCode - The status code of the response. * @param headers - The headers for the response. * @returns A method decorator. * * @example * ```typescript * import { HtmlHttpResponse } from '@stone-js/http-core'; * * class UserController { * @HtmlHttpResponse() * getUsers() { * return '