import { Variables } from "expry"; import { Flow } from "../types/flow"; import { ListSchema } from "../types/schema"; import { Result } from "../types/result"; export declare const FlowUtils: { getResult(flow: Flow, schema: ListSchema): Result; getFlow(flow: Flow, schema: ListSchema, formData: Variables): Flow; }; //# sourceMappingURL=flow.d.ts.map