import * as Errors from '../errors'; import type { IErrorInfo } from '../errors/errorInfo'; import type { IErrorResponse } from '../errors/errorInfo'; export type { IErrorInfo, IErrorResponse }; export declare const errorInfo: typeof Errors.errorInfo; export declare const shortErrorInfo: typeof Errors.shortErrorInfo;