/**
 * Shell EVLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
export interface ChargesessionStartBody {
    /** Ev charge number */
    evChargeNumber: string;
    /** This is the Electric Vehicle EquipmentID */
    evseId: string;
}
export declare const chargesessionStartBodySchema: Schema<ChargesessionStartBody>;
