export declare class IptOictTariffsDataSource {
    getTariffsData(sourceUrl: string): Promise<any>;
}
