export declare function shouldShowError(e: any): boolean; export declare function getErrorInfoFromErrorObject(error: Record, errorArrayAsPriority?: boolean): string;