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