import type { CallTrace } from "@nomicfoundation/edr";
import { styleText } from "node:util";
import { IncludeTraces } from "@nomicfoundation/edr";
export declare function verbosityToIncludeTraces(verbosity: number): IncludeTraces;
export declare function formatTraces(traces: CallTrace[], prefix: string, colorize?: typeof styleText): string;
//# sourceMappingURL=trace-formatters.d.ts.map