import { BatchErrorResponse, BatchResponse } from './types'; export declare function isBatchError(resp: BatchResponse): resp is BatchErrorResponse;