import type { Serialiser, Node } from "./types.js";
export declare const HTML: Serialiser;
export declare function MarkdownV2(match: string, node?: Node): string;
