import { HtmlSsgContext } from "ssg-api"; export interface DomReplacement { replacement(context: C, element: E): Promise; }