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