export interface ChargingStationKeyQuerystring { stationId: string; tenantId: number; } export declare const ChargingStationKeyQuerySchema: object;