import { InternalNode } from "."; import { ExecuteParams } from "./execute"; export declare const simplifiedExecute: (nodeToRun: InternalNode, inputs?: Record, onOutput?: (key: string, data: any) => void, otherParams?: Partial) => import("./execute").CancelFn; //# sourceMappingURL=simplified-execute.d.ts.map