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