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