import type { CommandExpressionFragment } from "./types.js";
export declare function toAstVisitor(input: string): CommandExpressionFragment | undefined;
