import { ISettingUpdateMessage } from './Messages.js';
import * as Conf from '../Configs/index.js';
/** Configured options for a label printer */
export declare class PrinterConfig extends Conf.BasePrinterConfig {
    constructor();
    /** Update these options with newly transmitted settings. */
    update(msg: ISettingUpdateMessage): void;
    toUpdate(): ISettingUpdateMessage;
}
//# sourceMappingURL=PrinterConfig.d.ts.map