import { InterfaceResponse, InterfaceResponseData } from '../../types';
export default function setHeader(response: InterfaceResponse, responseData: InterfaceResponseData, key: string, value: string): InterfaceResponse;
