import { ChargingProfileDto } from './charging-profile.dto';
export declare class SetChargingProfileDto {
    chargingProfile: ChargingProfileDto;
    responseUrl: string;
}
