import { CstChildrenDictionary } from "chevrotain";
/**
 * Pretty output for cst for easy specifications
 *
 * @param cst
 */
export declare function prettifyCst(cst: CstChildrenDictionary): string;
/**
 * Indent the prettify version of the cst for more visibility
 *
 * @param cst output of `prettifyCst()`
 */
export declare function formatCst(prettifiedCst: string): string;
//# sourceMappingURL=prettifyCst.d.ts.map