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