import { Anchor, Comment, Content, Tag } from "../types.js";
export declare function createContent(tag: Tag | null, anchor: Anchor | null, middleComments: Comment[]): Content;
