import { ChargingProfileResponseType } from '../enums/charging-profile-response-type.enum';
export declare class ChargingProfileResponseDto {
    result: ChargingProfileResponseType;
    timeout: number;
}
