export declare const D3PrinterManufacturers: readonly ["LIANTAI", "HONGTAI", "ZHONGRUI", "ZHONGHUA", "HUASHU"]; export declare type D3PRINTER_MANUFACTURER_TYPE = typeof D3PrinterManufacturers[number]; export declare const D3PrinterAgents: readonly ["RSCON", "DSCON", "POLYDEVS", "ZERO"]; export declare type D3PRINTER_AGENT_TYPE = typeof D3PrinterAgents[number]; export declare const D3PrinterModels: readonly ["Lite100", "Lite300", "Lite450", "Lite600", "Lite600-B", "Lite800", "FL450", "FL600", "FL700", "Dent300", "Dent700", "G1400", "G1800", "G2100", "FM450", "FM700", "FS350", "LITE901", "RSPro450", "RSPro600", "RSPro800", "PILOT250", "PILOT450", "RSPro1400"]; export declare type D3PRINTER_MODEL_TYPE = typeof D3PrinterModels[number];