import type { HeadCallback, HeadResponse } from '../types.js'; import type Response from './index.js'; export default function head(this: Response, callback: HeadCallback): void; export default function head(this: Response): Promise;