export default errToJSON; declare function errToJSON(err: Error): T; export declare function parse(json: { message: string; }): Error;