import { RequestParams, UdfErrorResponse, UdfResponse } from './helpers'; export interface IRequester { sendRequest(datafeedUrl: string, urlPath: string, params?: RequestParams): Promise; sendRequest(datafeedUrl: string, urlPath: string, params?: RequestParams): Promise; sendRequest(datafeedUrl: string, urlPath: string, params?: RequestParams): Promise; }