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