import { type ProcessorHandlerResolver } from "https://deno.land/x/fathym_eac_runtime@v0.0.140/src/runtime/processors/ProcessorHandlerResolver.ts";
definition: { Resolve: (ioc: IoCContainer, appProcCfg: EaCApplicationProcessorConfig) => Promise<EaCRuntimeHandler>; }