import HtmlEndpoint from './../html'; declare class HtmlHomeEndpoint extends HtmlEndpoint> { protected process(): Promise; } export default HtmlHomeEndpoint;