import { ArgumentParser } from '@unified-latex/unified-latex-types'; /** * Find the arguments of a tikz command. Many tikz commands accept either * the a group as their only argument, or they scan their arguments until the first * `;` is found. * * This behavior cannot be achieved via a standard xparse spec. */ export declare const tikzCommandArgumentParser: ArgumentParser; //# sourceMappingURL=tikz-command-argument-parser.d.ts.map