import { Step } from "jido-kit/types";
export declare const runCommand: (stepConf: Step) => Promise<void>;
