import { HtmlSsgContext } from "ssg-api"; export interface ReferenceGenerator { readonly value: string; next(context: C): string; }