export declare enum CMode { /** * 正常打印,不旋转 */ NORMAL = 0, /** * 整个页面顺时针旋转180°后,再打印 */ HORIZONTAL = 1 } //# sourceMappingURL=mode.d.ts.map