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