import type { PluginRuntimeTaskFlow } from "./runtime-taskflow.types.js";
export declare function createRuntimeTaskFlow(): PluginRuntimeTaskFlow;
