import { BatchRequestErrorInfo } from './types'; export declare function getErrorMessage(errInfo: BatchRequestErrorInfo): string; export declare function isError613(errInfo: BatchRequestErrorInfo): boolean; //# sourceMappingURL=utils.d.ts.map