import { OrderHashOutput } from '../types'; export declare const orderHashPrinter: { printConsole(output: OrderHashOutput): void; };