import { PrettyError } from './../../types/index.js'; export declare const parseError: (error: unknown) => PrettyError;