export declare class IptOictDataSource {
    getParkingData(sourceUrl: string): Promise<any>;
    getParkingLocationData(sourceUrl: string): Promise<any>;
}
