import type { RequestConfig, Response } from '@ace-fetch/core';
export declare function dispatchRequest({ url, method, params, headers, ...rest }: RequestConfig): Promise<Response<any>>;
