import { Context } from "../imports/Context.js"; import { Function } from "../imports/Function.js"; import { PlanResponse } from "./PlanResponse.js"; import { Scriptable } from "../imports/Scriptable.js"; export declare class Flow { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); static startAsync(scopedFlowName?: string, scriptInputs?: Scriptable): PlanResponse; } //# sourceMappingURL=Flow.d.ts.map