import type { StructuredCommandExpression } from "../type.js";
export declare function parseCommand(input: string): StructuredCommandExpression;
