import { DecodeError } from './Decoder'; /** * @since 2.2.0 */ export declare function draw(e: DecodeError): string;