interface PluginRenderFunctionResultimport { type PluginRenderFunctionResult } from "https://deno.land/x/fresh@1.4.0/src/server/mod.ts"; PropertieshtmlText: stringThe HTML text that was rendered. requiresHydration: booleanIf the renderer encountered any islands that require hydration on the client.