import type { OperationResponse } from '../types';
export declare const getOperationResponseHeader: (operationResponses: OperationResponse[]) => string | null;
