import { DomReplaceCommand, DomReplacer } from "ssg-api"; import { HtmlRR0Context } from "RR0Context.js"; /** * Determine page language and ddd links to page language variants, */ export declare class LanguageReplaceCommand extends DomReplaceCommand { constructor(); protected createReplacer(context: HtmlRR0Context): Promise; }