export declare class ChargingProfilePeriodDto {
    startPeriod: number;
    limit: number;
}
