import { Chalk } from 'chalk';
import { ParserNode } from './Parser';
export declare function formatSat(v: number | bigint): string;
export declare function formatTree(n: ParserNode, { hide, chalk }?: {
hide?: string[];
chalk?: Chalk;
}): string;
//# sourceMappingURL=format.d.ts.map