import { DecodeJsonError } from './decode-json'; declare const errorToHumanReadable: (error: DecodeJsonError, { indent }?: { indent?: number | undefined; }) => string; export default errorToHumanReadable;