import { FetchRequestOptions } from '../types/options'; export declare function makeRequest(url: string, options: FetchRequestOptions, fetch: Function, targetApiSystemCode?: string, expectEmptyResponse?: boolean): Promise;