import type { CommandManager } from "../command/index.js";
import type { CommandParsedTemplateFragment } from "../commandTemplate/index.js";
import type { DocumentFragment, DocumentOptions } from "../document/index.js";
export declare function buildCommandDocumentFragments(parsedTemplateFragments: readonly CommandParsedTemplateFragment[], commandManager: CommandManager, documentOptions: DocumentOptions): DocumentFragment[];
