import type { TemplateFragment } from "../template/index.js";
import type { CommandParsedTemplateFragment } from "./types.js";
export declare function parseAndEmbedCommandExpression(templateFragments: readonly TemplateFragment[]): CommandParsedTemplateFragment[];