import { ActiveChargingProfileDto } from './active-charging-profile.dto';
import { ChargingProfileResultType } from '../enums/charging-profile-result-type.enum';
export declare class ActiveChargingProfileResultDto {
    result: ChargingProfileResultType;
    profile?: ActiveChargingProfileDto;
}
