import { TransactionReceiptWithDecodedLogs } from '@0x/web3-wrapper'; export declare const basicReceiptPrinter: { printConsole(result: TransactionReceiptWithDecodedLogs): void; };