import { type DecoState } from "https://deno.land/x/live@1.77.0/mod.ts";
definition: TState & { correlationId?: string; debugEnabled?: boolean; $live: TConfig; resolve: ResolveFunc; release: DecofileProvider; invoke: InvocationProxy<TManifest> & InvocationFunc<TManifest>; routes?: Route[]; flags: Flag[]; pathTemplate: string; }
definition: TState & { correlationId?: string; debugEnabled?: boolean; $live: TConfig; resolve: ResolveFunc; release: DecofileProvider; invoke: InvocationProxy<TManifest> & InvocationFunc<TManifest>; routes?: Route[]; flags: Flag[]; pathTemplate: string; }