import { HttpClient } from '../HttpClient'; /** * Generate the HttpRequest filename based on the selected client * @param httpClient The selected httpClient (fetch, xhr, node or axios) */ export declare const getHttpRequestName: (httpClient: HttpClient) => string;