import { HttpResponseError } from '@taquito/http-utils';
export declare function formatErrorMessage(error: HttpResponseError, stringToReplace: string): HttpResponseError;
