import { type RuleOptions } from "https://deno.land/x/script_nop@v1.8.1/src/types.ts";
definition: { name: string; condition: Condition; action: (context: { [key: string]: FactBaseElement; }) => Promise<any> | any; delay?: number; depends?: string[]; }