variable applyConfigimport { applyConfig } from "https://dotland.deno.dev/x/live@1.63.12/blocks/utils.tsx"; type<TConfig = any, TResp = any, TFunc extends (c: TConfig) => TResp = any>(func: { default: TFunc; }) => unknown