import { DataSourceStreamed } from "@golemio/core/dist/integration-engine"; export declare class IptOictDataSource { getParkingDataStream(sourceUrl: string): DataSourceStreamed; getParkingLocationDataStream(sourceUrl: string): DataSourceStreamed; }