import * as Ast from "@unified-latex/unified-latex-types"; import * as TabularSpec from "./types"; /** * Parse a tabular/tabularx specification, e.g. `"|c|r|r|"`. This parser assumes the specification has * already been parsed as LaTeX. */ export declare function parseTabularSpec(ast: Ast.Node[]): TabularSpec.TabularColumn[]; //# sourceMappingURL=parser.d.ts.map