export declare const EscPosPrinter = any; export declare const ALIGN_LEFT = number; export declare const ALIGN_CENTER = number; export declare const ALIGN_RIGHT = number; export declare const columnWidthWithAlignment = ( width: number, alignment: number ) => any; export declare const preparing = any;