RenderDestinationChunk: string | HTMLBytes | HTMLString | SlotString | ArrayBufferView | RenderInstruction | Response

Possible chunk types to be written to the destination, and it'll handle stringifying them at the end.

NOTE: Try to reduce adding new types here. If possible, serialize the custom types to a string in renderChild in any.ts.