export declare const errorDict: { [k: string]: string | undefined; }; export default function (error?: Error): Error | undefined;