import { HtmlSsgContext, Link, ReplaceCommand } from "ssg-api";
import { HtmlRR0Context } from "./RR0Context.js";
export interface LinkHandler {
start(context: C): Link | undefined;
contents(context: C): Link | undefined;
prev(context: C): Link | undefined;
next(context: C): Link | undefined;
}
/**
* Convert meta to HTML