export declare enum ChargingProfileResultType {
    ACCEPTED = "ACCEPTED",
    REJECTED = "REJECTED",
    UNKNOWN = "UNKNOWN"
}
