export default function httpHasBody(headers: {
    [header: string]: any;
}): boolean;
