import { Common } from './common'; export interface HtmlCommon extends Common { getBody(): string; }