type alias Utilitiesimport { type Utilities } from "https://deno.land/x/gustwind@v0.56.1/breezewind/types.ts"; definition: Record<string, (this: { context?: Context; }, ...args: any) => string | Promise<string> | void> & { _onRenderStart?: (context: Context) => void; _onRenderEnd?: (context: Context) => void; }