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