import { type ServeCache } from "https://deno.land/x/gustwind@v0.32.2/gustwind-server/cache.ts";
definition: { contexts: Record<string, DataContext>; components: Record<string, Component>; layoutDefinitions: Record<string, Component | Component[]>; layouts: Record<string, Component | Component[]>; scripts: Record<string, string>; styles: Record<string, string>; routes: Record<string, Route>; routeDefinitions: Record<string, Route>; pageUtilities: Utilities; twindSetup: Record<string, unknown>; }