import { InvoiceResponse } from '../types'; export declare class DebugUtils { static createDataSummary(data: InvoiceResponse): string; } //# sourceMappingURL=debug.d.ts.map