import { ZplPrinterConfig } from './Config.js';
import * as Cmds from '../../Commands/index.js';
/** Command set for communicating with a ZPL II printer. */
export declare class ZplPrinterCommandSet extends Cmds.StringCommandSet {
    get documentStartPrefix(): string;
    get documentEndSuffix(): string;
    constructor(extendedCommands?: Cmds.IPrinterCommandMapping<string>[]);
    getConfig(config: Cmds.PrinterConfig): ZplPrinterConfig;
}
//# sourceMappingURL=ZplPrinterCommandSet.d.ts.map