export declare const PT_ALIGN_CENTER: any, PT_ALIGN_RIGHT: any, PT_ALIGN_LEFT: any; export declare function ptConnect(name: string): Promise; export declare function ptSetPrinter(command: string): Promise; export declare function ptPrintText(text: string): Promise; export declare function ptPrintImage(name: string): Promise; export declare function ptPrintQRCode(text: string, size: number): Promise; export declare function ptGetDevices(): Promise; export declare function ptInit(): any; //# sourceMappingURL=index.d.ts.map