import { PowerUpAction } from './Config.js';
import * as Conf from '../../Configs/index.js';
import * as Cmds from '../../Commands/index.js';
export declare class CmdSetPowerUpAndHeadCloseAction implements Cmds.IPrinterExtendedCommand {
    readonly actionPowerUp: PowerUpAction;
    readonly actionHeadClose: PowerUpAction;
    static typeE: symbol;
    typeExtended: symbol;
    commandLanguageApplicability: Conf.PrinterCommandLanguage;
    name: string;
    type: "CustomCommand";
    effectFlags: Cmds.CommandEffectFlags;
    toDisplay(): string;
    constructor(actionPowerUp: PowerUpAction, actionHeadClose: PowerUpAction);
}
export declare const cmdSetPowerUpAndHeadCloseActionMapping: Cmds.IPrinterCommandMapping<string>;
export declare function handleCmdSetPowerUpAndHeadCloseAction(cmd: Cmds.IPrinterCommand): string;
//# sourceMappingURL=CmdSetPowerUpAndHeadCloseAction.d.ts.map