import type { OperationError } from '../../../client/interfaces/OperationError'; import type { OperationResponse } from '../../../client/interfaces/OperationResponse'; export declare const getOperationErrors: (operationResponses: OperationResponse[]) => OperationError[];