import { InterfaceAlagarrOptions, InterfaceRequest, InterfaceResponseData } from '../../types';
export default function enforcedHeaders(response: InterfaceResponseData, _: InterfaceRequest, options: InterfaceAlagarrOptions): InterfaceResponseData;
