import * as TikzSpec from "./types"; /** * Print an `systeme` argument specification AST to a string. */ export declare function printRaw(node: TikzSpec.Ast, root?: boolean): string; //# sourceMappingURL=print-raw.d.ts.map