import { DataSource } from "@golemio/core/dist/integration-engine/datasources"; export declare class ZtpParkingZonesDataSourceFactory { static readonly API_URL: any; static getDataSource(): DataSource; }