import { TransactionReport } from './types'; /** * Pretty print transaction report to console */ export declare function prettyPrint(report: TransactionReport): void; /** * Convert transaction report to JSON string */ export declare function toJSON(report: TransactionReport, pretty?: boolean): string; /** * Get a summary of the transaction report */ export declare function getSummary(report: TransactionReport): string; //# sourceMappingURL=formatter.d.ts.map