export declare const CeskyCarsharingVehiclesJsonSchema: { name: string; jsonSchema: { type: string; properties: { message: { type: string; }; status: { type: string; }; cars: { type: string; items: { type: string; properties: { car_name: { type: string; }; company_email: { type: string; }; company_id: { type: string; }; company_name: { type: string; }; company_phone: { type: string; }; company_web: { type: string; }; fuel: { type: string; }; fuel_type: { type: string; }; latitude: { type: string; }; longitude: { type: string; }; res_url: { type: string; }; rz: { type: string; }; status: { type: string; }; }; }; }; }; }; };