export declare class IptOictPaymentsDataSource {
    getPaymentsData(sourceUrl: string): Promise<any>;
}
