export interface DisplayPrinter { displayContent(content: string, wrap: boolean): Promise; clear(turnOff: boolean): void; }