declare const prettyPrintError: (error: Error, depth?: number) => string;
export { prettyPrintError };
