()
| 1218 | after(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1219 | replace(content: string | ReadableStream | Response, options?: ContentOptions): Text; |
| 1220 | remove(): Text; |
| 1221 | } |
| 1222 | interface DocumentEnd { |
| 1223 | append(content: string, options?: ContentOptions): DocumentEnd; |