import { DeltaProUltraMqttSetCmdCodeType, DeltaProUltraMqttSetMessageParams } from '@ecoflow/accessories/batteries/deltaproultra/interfaces/deltaProUltraMqttApiContracts';
import { OutletBatteryServiceBase } from '@ecoflow/services/outletBatteryServiceBase';
export declare abstract class DeltaProUltraOutletServiceBase extends OutletBatteryServiceBase {
    protected sendOn<TParams extends DeltaProUltraMqttSetMessageParams>(cmdCode: DeltaProUltraMqttSetCmdCodeType, params: TParams, revert: () => void): Promise<void>;
}
