import { Content } from "../types.js";
/**
 * Append content to a node.
 *
 * @param node The node.
 * @param content The content to append.
 */
export declare function appendContent(node: Node, content: Content, env: typeof globalThis): void;
//# sourceMappingURL=append-content.d.ts.map