import { ChargingProfileDto } from './charging-profile.dto';
export declare class ActiveChargingProfileDto {
    startDateTime: Date;
    chargingProfile: ChargingProfileDto;
}
