import type { PrintOptions } from '../../../core/types'; export declare class DevModeConfigService { private logger; constructor(); /** * Get DEVMODE structure with print settings applied */ getDevModeWithSettings(printerName: string, options?: PrintOptions): any; /** * Open printer handle */ private openPrinter; } //# sourceMappingURL=devmode-config.service.d.ts.map