import { TokenDto } from '../../tokens/dtos/token.dto';
export declare class StartSessionDto {
    responseUrl: string;
    token: TokenDto;
    locationId: string;
    evseUid?: string;
    connectorId?: string;
    authorizationReference?: string;
}
