export declare const CeskyCarsharingGeofencingJsonSchema: { name: string; jsonSchema: { type: string; properties: { message: { type: string; }; status: { type: string; }; polygons: { type: string; items: { type: string; properties: { company_id: { type: string; }; polygon: { type: string; items: { type: string; properties: { lat: { type: string; }; lon: { type: string; }; }; }; }; }; }; }; }; }; };