import { IOmegaIntent } from "./omega-intent"; export interface IOmegaDecision { readonly omegaVersion: string; readonly inputChain: readonly IOmegaIntent[]; readonly meta?: unknown; }