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