import { SendRequestOutput, SendRequestSpec } from './model';
/** Returns a server response with a fetched body, as well as timing information */
export declare function sendRequest({ baseUrl, original, skipLog, }: SendRequestSpec): Promise<SendRequestOutput>;
