/**
 * Append content to a node.
 *
 * @param node The node.
 * @param content The content to append.
 */
export declare function appendContent(node: Node, content: unknown, env: typeof globalThis): void;
